| /linux/drivers/target/iscsi/ |
| H A D | iscsi_target_erl2.c | 78 list_for_each_entry_safe(cr, cr_tmp, &sess->cr_active_list, cr_list) { in iscsit_free_connection_recovery_entries() 83 list_for_each_entry_safe(cmd, cmd_tmp, in iscsit_free_connection_recovery_entries() 100 list_for_each_entry_safe(cr, cr_tmp, &sess->cr_inactive_list, cr_list) { in iscsit_free_connection_recovery_entries() 105 list_for_each_entry_safe(cmd, cmd_tmp, in iscsit_free_connection_recovery_entries() 177 list_for_each_entry_safe(cmd, cmd_tmp, in iscsit_discard_cr_cmds_by_expstatsn() 226 list_for_each_entry_safe(ooo_cmdsn, ooo_cmdsn_tmp, in iscsit_discard_unacknowledged_ooo_cmdsns_for_conn() 241 list_for_each_entry_safe(cmd, cmd_tmp, &conn->conn_cmd_list, i_conn_node) { in iscsit_discard_unacknowledged_ooo_cmdsns_for_conn() 290 list_for_each_entry_safe(cmd, cmd_tmp, &conn->conn_cmd_list, i_conn_node) { in iscsit_prepare_cmds_for_reallegiance()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_gem_evict.c | 199 list_for_each_entry_safe(vma, next, &vm->bound_list, vm_link) { in i915_gem_evict_something() 235 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_something() 282 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_something() 293 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_something() 428 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_for_node() 515 list_for_each_entry_safe(vma, vn, &locked_eviction_list, evict_link) { in i915_gem_evict_vm() 527 list_for_each_entry_safe(vma, vn, &eviction_list, evict_link) { in i915_gem_evict_vm()
|
| /linux/security/tomoyo/ |
| H A D | gc.c | 263 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()
|
| /linux/drivers/greybus/ |
| H A D | manifest.c | 56 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()
|
| /linux/include/linux/ |
| H A D | damon.h | 834 list_for_each_entry_safe(r, next, &t->regions_list, list) 840 list_for_each_entry_safe(t, next, &(ctx)->adaptive_targets, list) 846 list_for_each_entry_safe(s, next, &(ctx)->schemes, list) 852 list_for_each_entry_safe(goal, next, &(quota)->goals, list) 858 list_for_each_entry_safe(f, next, &(scheme)->filters, list) 864 list_for_each_entry_safe(f, next, &(scheme)->ops_filters, list)
|
| /linux/net/core/ |
| H A D | dev_addr_lists.c | 252 list_for_each_entry_safe(ha, tmp, &from_list->list, list) { in __hw_addr_sync_multiple() 277 list_for_each_entry_safe(ha, tmp, &from_list->list, list) { in __hw_addr_sync() 295 list_for_each_entry_safe(ha, tmp, &from_list->list, list) { in __hw_addr_unsync() 325 list_for_each_entry_safe(ha, tmp, &list->list, list) { in __hw_addr_sync_dev() 338 list_for_each_entry_safe(ha, tmp, &list->list, list) { in __hw_addr_sync_dev() 381 list_for_each_entry_safe(ha, tmp, &list->list, list) { in __hw_addr_ref_sync_dev() 397 list_for_each_entry_safe(ha, tmp, &list->list, list) { in __hw_addr_ref_sync_dev() 436 list_for_each_entry_safe(ha, tmp, &list->list, list) { in __hw_addr_ref_unsync_dev() 470 list_for_each_entry_safe(ha, tmp, &list->list, list) { in __hw_addr_unsync_dev() 489 list_for_each_entry_safe(ha, tmp, &list->list, list) { in __hw_addr_flush()
|
| /linux/drivers/acpi/ |
| H A D | wakeup.c | 42 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()
|
| /linux/drivers/target/ |
| H A D | target_core_ua.c | 93 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()
|
| H A D | target_core_tmr.c | 121 list_for_each_entry_safe(se_cmd, next, &dev->queues[i].state_list, in core_tmr_abort_task() 191 list_for_each_entry_safe(tmr_p, tmr_pp, &dev->dev_tmr_list, tmr_list) { in core_tmr_drain_tmr_list() 234 list_for_each_entry_safe(tmr_p, tmr_pp, &drain_tmr_list, tmr_list) { in core_tmr_drain_tmr_list() 304 list_for_each_entry_safe(cmd, next, &dev->queues[i].state_list, in core_tmr_drain_state_list()
|
| /linux/drivers/iommu/ |
| H A D | io-pgfault.c | 46 list_for_each_entry_safe(iopf, next, &group->faults, list) { in __iopf_free_group() 105 list_for_each_entry_safe(iopf, next, &iopf_param->partial, list) { in iopf_group_alloc() 366 list_for_each_entry_safe(iopf, next, &iopf_param->partial, in iopf_queue_discard_partial() 468 list_for_each_entry_safe(partial_iopf, next, &fault_param->partial, list) in iopf_queue_remove_device() 471 list_for_each_entry_safe(group, temp, &fault_param->faults, pending_node) { in iopf_queue_remove_device() 543 list_for_each_entry_safe(iopf_param, next, &queue->devices, queue_list) in iopf_queue_free()
|
| /linux/scripts/coccinelle/iterators/ |
| H A D | use_after_iter.cocci | 29 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
|
| /linux/drivers/soc/xilinx/ |
| H A D | xlnx_event_manager.c | 148 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_add_cb_for_notify_event() 220 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_remove_cb_for_suspend() 257 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_remove_cb_for_notify_event() 453 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_call_suspend_cb_handler() 475 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_call_notify_cb_handler() 486 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, in xlnx_call_notify_cb_handler() 695 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_event_manager_remove()
|
| /linux/drivers/isdn/mISDN/ |
| H A D | dsp_pipeline.c | 125 list_for_each_entry_safe(entry, n, &dsp_elements, list) in mISDN_dsp_element_unregister() 155 list_for_each_entry_safe(entry, n, &dsp_elements, list) { in dsp_pipeline_module_exit() 177 list_for_each_entry_safe(entry, n, &pipeline->list, list) { in _dsp_pipeline_destroy() 222 list_for_each_entry_safe(entry, n, &dsp_elements, list) in dsp_pipeline_build()
|
| /linux/drivers/infiniband/hw/usnic/ |
| H A D | usnic_uiom_interval_tree.c | 164 list_for_each_entry_safe(interval, tmp, diff_set, link) { in usnic_uiom_get_intervals_diff() 175 list_for_each_entry_safe(interval, tmp, intervals, link) in usnic_uiom_put_interval_set() 233 list_for_each_entry_safe(interval, tmp, &intersection_set, link) { in usnic_uiom_insert_interval() 244 list_for_each_entry_safe(interval, tmp, &to_add, link) in usnic_uiom_insert_interval()
|
| /linux/net/rds/ |
| H A D | loop.c | 190 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()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | crypto.c | 537 list_for_each_entry_safe(dek, next, &pool->wait_for_free, entry) { in mlx5_crypto_dek_pool_free_wait_keys() 553 list_for_each_entry_safe(bulk, tmp, &pool->partial_list, entry) { in mlx5_crypto_dek_pool_reset_synced() 559 list_for_each_entry_safe(bulk, tmp, &pool->full_list, entry) { in mlx5_crypto_dek_pool_reset_synced() 571 list_for_each_entry_safe(bulk, tmp, &pool->sync_list, entry) { in mlx5_crypto_dek_pool_reset_synced() 666 list_for_each_entry_safe(bulk, tmp, destroy_list, entry) in mlx5_crypto_dek_free_destroy_list() 716 list_for_each_entry_safe(bulk, tmp, &pool->avail_list, entry) in mlx5_crypto_dek_pool_destroy() 719 list_for_each_entry_safe(bulk, tmp, &pool->full_list, entry) in mlx5_crypto_dek_pool_destroy() 722 list_for_each_entry_safe(bulk, tmp, &pool->sync_list, entry) in mlx5_crypto_dek_pool_destroy() 725 list_for_each_entry_safe(bulk, tmp, &pool->partial_list, entry) in mlx5_crypto_dek_pool_destroy()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_cmdbuf_res.c | 128 list_for_each_entry_safe(entry, next, list, head) { in vmw_cmdbuf_res_commit() 164 list_for_each_entry_safe(entry, next, list, head) { in vmw_cmdbuf_res_revert() 311 list_for_each_entry_safe(entry, next, &man->list, head) in vmw_cmdbuf_res_man_destroy()
|
| /linux/drivers/usb/usbip/ |
| H A D | vudc_main.c | 75 list_for_each_entry_safe(udc_dev, udc_dev2, &vudc_devices, dev_entry) { in vudc_init() 95 list_for_each_entry_safe(udc_dev, udc_dev2, &vudc_devices, dev_entry) { in vudc_cleanup()
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_multicast.c | 111 list_for_each_entry_safe(v, tmp, &vg->vni_list, vlist) { in vxlan_group_used_by_vnifilter() 185 list_for_each_entry_safe(v, tmp, &vg->vni_list, vlist) { in vxlan_multicast_join_vnigrp() 201 list_for_each_entry_safe(v, tmp, &vg->vni_list, vlist) { in vxlan_multicast_join_vnigrp() 223 list_for_each_entry_safe(v, tmp, &vg->vni_list, vlist) { in vxlan_multicast_leave_vnigrp()
|
| /linux/drivers/net/wireless/ath/ |
| H A D | dfs_pri_detector.c | 104 list_for_each_entry_safe(p, p0, &pulse_pool, head) { in pool_deregister_ref() 109 list_for_each_entry_safe(ps, ps0, &pseq_pool, head) { in pool_deregister_ref() 308 list_for_each_entry_safe(ps, ps2, &pde->sequences, head) { in pseq_handler_add_to_existing_seqs() 362 list_for_each_entry_safe(ps, ps0, &pde->sequences, head) { in pri_detector_reset() 366 list_for_each_entry_safe(p, p0, &pde->pulses, head) { in pri_detector_reset()
|
| /linux/fs/xfs/scrub/ |
| H A D | refcount.c | 204 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments() 225 list_for_each_entry_safe(frag, n, &worklist, list) { in xchk_refcountbt_process_rmap_fragments() 238 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments() 273 list_for_each_entry_safe(frag, n, &worklist, list) { in xchk_refcountbt_process_rmap_fragments() 277 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments() 324 list_for_each_entry_safe(frag, n, &refchk.fragments, list) { in xchk_refcountbt_xref_rmap()
|
| H A D | rtrefcount.c | 218 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_rtrefcountbt_process_rmap_fragments() 239 list_for_each_entry_safe(frag, n, &worklist, list) { in xchk_rtrefcountbt_process_rmap_fragments() 252 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_rtrefcountbt_process_rmap_fragments() 287 list_for_each_entry_safe(frag, n, &worklist, list) { in xchk_rtrefcountbt_process_rmap_fragments() 291 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_rtrefcountbt_process_rmap_fragments() 336 list_for_each_entry_safe(frag, n, &refchk.fragments, list) { in xchk_rtrefcountbt_xref_rmap()
|
| /linux/fs/smb/client/ |
| H A D | cached_dir.c | 543 list_for_each_entry_safe(tmp_list, q, &entry, entry) { in close_all_cached_dirs() 571 list_for_each_entry_safe(cfid, q, &cfids->entries, entry) { in invalidate_all_cached_dirs() 693 list_for_each_entry_safe(dirent, q, &cfid->dirents.entries, entry) { in free_cached_dir() 731 list_for_each_entry_safe(cfid, q, &cfids->entries, entry) { in cfids_laundromat_worker() 749 list_for_each_entry_safe(cfid, q, &entry, entry) { in cfids_laundromat_worker() 809 list_for_each_entry_safe(cfid, q, &cfids->entries, entry) { in free_cached_dirs() 814 list_for_each_entry_safe(cfid, q, &cfids->dying, entry) { in free_cached_dirs() 821 list_for_each_entry_safe(cfid, q, &entry, entry) { in free_cached_dirs()
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-crypto-main.c | 374 list_for_each_entry_safe(ahash_alg, ahash_tmp, &hash_algs, entry) { in ccp_unregister_algs() 380 list_for_each_entry_safe(ablk_alg, ablk_tmp, &skcipher_algs, entry) { in ccp_unregister_algs() 386 list_for_each_entry_safe(aead_alg, aead_tmp, &aead_algs, entry) { in ccp_unregister_algs() 392 list_for_each_entry_safe(akc_alg, akc_tmp, &akcipher_algs, entry) { in ccp_unregister_algs()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_pool.c | 81 list_for_each_entry_safe(bulk, tmp, &pool->fully_used, pool_list) in mlx5_fs_pool_cleanup() 83 list_for_each_entry_safe(bulk, tmp, &pool->partially_used, pool_list) in mlx5_fs_pool_cleanup() 85 list_for_each_entry_safe(bulk, tmp, &pool->unused, pool_list) in mlx5_fs_pool_cleanup()
|