Home
last modified time | relevance | path

Searched refs:list_for_each_entry_safe (Results 1 – 25 of 1851) sorted by relevance

12345678910>>...75

/OK3568_Linux_fs/kernel/drivers/target/iscsi/
H A Discsi_target_erl2.c126 list_for_each_entry_safe(cr, cr_tmp, &sess->cr_active_list, cr_list) { in iscsit_free_connection_recovery_entries()
131 list_for_each_entry_safe(cmd, cmd_tmp, in iscsit_free_connection_recovery_entries()
148 list_for_each_entry_safe(cr, cr_tmp, &sess->cr_inactive_list, cr_list) { in iscsit_free_connection_recovery_entries()
153 list_for_each_entry_safe(cmd, cmd_tmp, in iscsit_free_connection_recovery_entries()
225 list_for_each_entry_safe(cmd, cmd_tmp, in iscsit_discard_cr_cmds_by_expstatsn()
274 list_for_each_entry_safe(ooo_cmdsn, ooo_cmdsn_tmp, in iscsit_discard_unacknowledged_ooo_cmdsns_for_conn()
289 list_for_each_entry_safe(cmd, cmd_tmp, &conn->conn_cmd_list, i_conn_node) { in iscsit_discard_unacknowledged_ooo_cmdsns_for_conn()
338 list_for_each_entry_safe(cmd, cmd_tmp, &conn->conn_cmd_list, i_conn_node) { in iscsit_prepare_cmds_for_reallegiance()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_gem_evict.c130 list_for_each_entry_safe(vma, next, &vm->bound_list, vm_link) { in i915_gem_evict_something()
166 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_something()
212 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_something()
221 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_something()
337 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_for_node()
391 list_for_each_entry_safe(vma, vn, &eviction_list, evict_link) { in i915_gem_evict_vm()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_list.h27 list_for_each_entry_safe(_pos, _n, _type, _head, _member)
36 list_for_each_entry_safe(_pos, _n, _head, _member)
44 list_for_each_entry_safe(_pos, _n, _type, _head, _member)
53 list_for_each_entry_safe(_pos, _n, _type, _head, _member)
142 #define list_for_each_entry_safe(pos, n, type, head, member) \ macro
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_list.h27 list_for_each_entry_safe(_pos, _n, _type, _head, _member)
36 list_for_each_entry_safe(_pos, _n, _head, _member)
44 list_for_each_entry_safe(_pos, _n, _type, _head, _member)
53 list_for_each_entry_safe(_pos, _n, _type, _head, _member)
142 #define list_for_each_entry_safe(pos, n, type, head, member) \ macro
/OK3568_Linux_fs/kernel/net/core/
H A Ddev_addr_lists.c175 list_for_each_entry_safe(ha, tmp, &from_list->list, list) { in __hw_addr_sync_multiple()
199 list_for_each_entry_safe(ha, tmp, &from_list->list, list) { in __hw_addr_sync()
217 list_for_each_entry_safe(ha, tmp, &from_list->list, list) { in __hw_addr_unsync()
247 list_for_each_entry_safe(ha, tmp, &list->list, list) { in __hw_addr_sync_dev()
260 list_for_each_entry_safe(ha, tmp, &list->list, list) { in __hw_addr_sync_dev()
303 list_for_each_entry_safe(ha, tmp, &list->list, list) { in __hw_addr_ref_sync_dev()
319 list_for_each_entry_safe(ha, tmp, &list->list, list) { in __hw_addr_ref_sync_dev()
358 list_for_each_entry_safe(ha, tmp, &list->list, list) { in __hw_addr_ref_unsync_dev()
392 list_for_each_entry_safe(ha, tmp, &list->list, list) { in __hw_addr_unsync_dev()
410 list_for_each_entry_safe(ha, tmp, &list->list, list) { in __hw_addr_flush()
/OK3568_Linux_fs/kernel/security/tomoyo/
H A Dgc.c263 list_for_each_entry_safe(acl, tmp, &domain->acl_info_list, list) { in tomoyo_del_domain()
491 list_for_each_entry_safe(member, tmp, member_list, list) { in tomoyo_collect_member()
511 list_for_each_entry_safe(acl, tmp, list, list) { in tomoyo_collect_acl()
535 list_for_each_entry_safe(domain, tmp, &tomoyo_domain_list, in tomoyo_collect_entry()
553 list_for_each_entry_safe(ptr, tmp, &tomoyo_condition_list, in tomoyo_collect_entry()
578 list_for_each_entry_safe(group, tmp, list, head.list) { in tomoyo_collect_entry()
595 list_for_each_entry_safe(ptr, tmp, list, list) { in tomoyo_collect_entry()
625 list_for_each_entry_safe(head, tmp, &tomoyo_io_buffer_list, in tomoyo_gc_thread()
/OK3568_Linux_fs/kernel/drivers/greybus/
H A Dmanifest.c56 list_for_each_entry_safe(descriptor, next, &intf->manifest_descs, links) in release_manifest_descriptors()
65 list_for_each_entry_safe(desc, tmp, head, links) { in release_cport_descriptors()
81 list_for_each_entry_safe(descriptor, next, &intf->manifest_descs, links) in get_next_bundle_desc()
240 list_for_each_entry_safe(desc, next, &intf->manifest_descs, links) { in gb_manifest_parse_cports()
286 list_for_each_entry_safe(desc, next, &list, links) { in gb_manifest_parse_cports()
381 list_for_each_entry_safe(bundle, bundle_next, &intf->bundles, links) { in gb_manifest_parse_bundles()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_TSProc.c456 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Pending_List, list) { in RemovePeerTS()
464 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Admit_List, list) { in RemovePeerTS()
473 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Pending_List, list) { in RemovePeerTS()
481 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Admit_List, list) { in RemovePeerTS()
494 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Pending_List, list) { in RemoveAllTS()
500 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Admit_List, list) { in RemoveAllTS()
506 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Pending_List, list) { in RemoveAllTS()
512 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Admit_List, list) { in RemoveAllTS()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A Drtl819x_TSProc.c445 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Pending_List, List) { in RemovePeerTS()
453 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Admit_List, List) { in RemovePeerTS()
463 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Pending_List, List) { in RemovePeerTS()
471 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Admit_List, List) { in RemovePeerTS()
485 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Pending_List, List) { in RemoveAllTS()
491 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Admit_List, List) { in RemoveAllTS()
497 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Pending_List, List) { in RemoveAllTS()
503 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Admit_List, List) { in RemoveAllTS()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_csi.c76 list_for_each_entry_safe(ptr, next, &dhd->csi_list, list) { in dhd_csi_event_handler()
156 list_for_each_entry_safe(ptr, next, &dhd->csi_list, list) { in dhd_csi_deinit()
176 list_for_each_entry_safe(ptr, next, &dhd->csi_list, list) { in dhd_csi_clean_list()
201 list_for_each_entry_safe(ptr, next, &dhd->csi_list, list) { in dhd_csi_dump_list()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_csi.c76 list_for_each_entry_safe(ptr, next, &dhd->csi_list, list) { in dhd_csi_event_handler()
156 list_for_each_entry_safe(ptr, next, &dhd->csi_list, list) { in dhd_csi_deinit()
176 list_for_each_entry_safe(ptr, next, &dhd->csi_list, list) { in dhd_csi_clean_list()
201 list_for_each_entry_safe(ptr, next, &dhd->csi_list, list) { in dhd_csi_dump_list()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_csi.c77 list_for_each_entry_safe(ptr, next, &dhd->csi_list, list) { in dhd_csi_event_handler()
157 list_for_each_entry_safe(ptr, next, &dhd->csi_list, list) { in dhd_csi_deinit()
177 list_for_each_entry_safe(ptr, next, &dhd->csi_list, list) { in dhd_csi_clean_list()
202 list_for_each_entry_safe(ptr, next, &dhd->csi_list, list) { in dhd_csi_dump_list()
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_impl.cpp82 list_for_each_entry_safe(pos, n, &mApis, RcImplApiNode, list) { in ~RcImplApiService()
135 list_for_each_entry_safe(pos, n, &mApis, RcImplApiNode, list) { in api_get()
156 list_for_each_entry_safe(pos, n, &mApis, RcImplApiNode, list) { in api_get_all()
176 list_for_each_entry_safe(pos, n, &mApis, RcImplApiNode, list) { in api_get_by_type()
/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Drefcount.c187 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments()
208 list_for_each_entry_safe(frag, n, &worklist, list) { in xchk_refcountbt_process_rmap_fragments()
221 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments()
256 list_for_each_entry_safe(frag, n, &worklist, list) { in xchk_refcountbt_process_rmap_fragments()
260 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments()
307 list_for_each_entry_safe(frag, n, &refchk.fragments, list) { in xchk_refcountbt_xref_rmap()
H A Dbitmap.h23 list_for_each_entry_safe((bex), (n), &(bitmap)->list, list)
26 list_for_each_entry_safe((bex), (n), &(bitmap)->list, list) \
/OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/
H A Dlunmgt.c88 list_for_each_entry_safe(lli, temp, &cfg->lluns, list) in lookup_local()
105 list_for_each_entry_safe(gli, temp, &global.gluns, list) in lookup_global()
183 list_for_each_entry_safe(lli, temp, &cfg->lluns, list) { in cxlflash_term_local_luns()
208 list_for_each_entry_safe(gli, temp, &global.gluns, list) { in cxlflash_term_global_luns()
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_ua.c93 list_for_each_entry_safe(ua_p, ua_tmp, &deve->ua_list, ua_nacl_list) { in core_scsi3_ua_allocate()
181 list_for_each_entry_safe(ua, ua_p, &deve->ua_list, ua_nacl_list) { in core_scsi3_ua_release_all()
228 list_for_each_entry_safe(ua, ua_p, &deve->ua_list, ua_nacl_list) { in core_scsi3_ua_for_check_condition()
305 list_for_each_entry_safe(ua, ua_p, &deve->ua_list, ua_nacl_list) { in core_scsi3_ua_clear_for_request_sense()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dwakeup.c42 list_for_each_entry_safe(dev, tmp, &acpi_wakeup_device_list, in acpi_enable_wakeup_devices()
67 list_for_each_entry_safe(dev, tmp, &acpi_wakeup_device_list, in acpi_disable_wakeup_devices()
88 list_for_each_entry_safe(dev, tmp, &acpi_wakeup_device_list, in acpi_wakeup_device_init()
/OK3568_Linux_fs/kernel/scripts/coccinelle/iterators/
H A Duse_after_iter.cocci29 iterator name list_for_each_entry_safe;
68 list_for_each_entry_safe@p1(c,...,member) { ... when != break;
100 list_for_each_entry_safe(c,...) S
102 list_for_each_entry_safe(x,c,...) S
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_gwt.c107 list_for_each_entry_safe(pos, n, &kctx->gwt_current_list, link) { in kbase_gpu_gwt_stop()
112 list_for_each_entry_safe(pos, n, &kctx->gwt_snapshot_list, link) { in kbase_gpu_gwt_stop()
157 list_for_each_entry_safe(pos, n, snapshot_list, link) { in kbase_gpu_gwt_collate()
228 list_for_each_entry_safe(dump_info, n, in kbase_gpu_gwt_dump()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/usnic/
H A Dusnic_uiom_interval_tree.c163 list_for_each_entry_safe(interval, tmp, diff_set, link) { in usnic_uiom_get_intervals_diff()
174 list_for_each_entry_safe(interval, tmp, intervals, link) in usnic_uiom_put_interval_set()
232 list_for_each_entry_safe(interval, tmp, &intersection_set, link) { in usnic_uiom_insert_interval()
243 list_for_each_entry_safe(interval, tmp, &to_add, link) in usnic_uiom_insert_interval()
/OK3568_Linux_fs/kernel/drivers/isdn/mISDN/
H A Ddsp_pipeline.c123 list_for_each_entry_safe(entry, n, &dsp_elements, list) in mISDN_dsp_element_unregister()
151 list_for_each_entry_safe(entry, n, &dsp_elements, list) { in dsp_pipeline_module_exit()
173 list_for_each_entry_safe(entry, n, &pipeline->list, list) { in _dsp_pipeline_destroy()
218 list_for_each_entry_safe(entry, n, &dsp_elements, list) in dsp_pipeline_build()
/OK3568_Linux_fs/kernel/net/rds/
H A Dloop.c190 list_for_each_entry_safe(lc, _lc, &tmp_list, loop_node) { in rds_loop_exit()
202 list_for_each_entry_safe(lc, _lc, &loop_conns, loop_node) { in rds_loop_kill_conns()
211 list_for_each_entry_safe(lc, _lc, &tmp_list, loop_node) { in rds_loop_kill_conns()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/iep/
H A Diep_iommu_drm.c53 list_for_each_entry_safe(drm_buffer, n, &session_info->buffer_list, in iep_drm_get_buffer_no_lock()
71 list_for_each_entry_safe(drm_buffer, n, &session_info->buffer_list, in iep_drm_get_buffer_fd_no_lock()
187 list_for_each_entry_safe(drm_buffer, n, &session_info->buffer_list, in vcdoec_drm_dump_info()
311 list_for_each_entry_safe(drm_buffer, n, &session_info->buffer_list, in iep_drm_clear_session()
337 list_for_each_entry_safe(drm_buffer, n, in iep_drm_import()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/
H A Ddfs_pri_detector.c105 list_for_each_entry_safe(p, p0, &pulse_pool, head) { in pool_deregister_ref()
110 list_for_each_entry_safe(ps, ps0, &pseq_pool, head) { in pool_deregister_ref()
309 list_for_each_entry_safe(ps, ps2, &pde->sequences, head) { in pseq_handler_add_to_existing_seqs()
363 list_for_each_entry_safe(ps, ps0, &pde->sequences, head) { in pri_detector_reset()
367 list_for_each_entry_safe(p, p0, &pde->pulses, head) { in pri_detector_reset()

12345678910>>...75