/Linux-v4.19/drivers/target/iscsi/ |
D | iscsi_target_erl2.c | 134 list_for_each_entry_safe(cr, cr_tmp, &sess->cr_active_list, cr_list) { in iscsit_free_connection_recovery_entires() 139 list_for_each_entry_safe(cmd, cmd_tmp, in iscsit_free_connection_recovery_entires() 156 list_for_each_entry_safe(cr, cr_tmp, &sess->cr_inactive_list, cr_list) { in iscsit_free_connection_recovery_entires() 161 list_for_each_entry_safe(cmd, cmd_tmp, in iscsit_free_connection_recovery_entires() 233 list_for_each_entry_safe(cmd, cmd_tmp, in iscsit_discard_cr_cmds_by_expstatsn() 282 list_for_each_entry_safe(ooo_cmdsn, ooo_cmdsn_tmp, in iscsit_discard_unacknowledged_ooo_cmdsns_for_conn() 297 list_for_each_entry_safe(cmd, cmd_tmp, &conn->conn_cmd_list, i_conn_node) { in iscsit_discard_unacknowledged_ooo_cmdsns_for_conn() 346 list_for_each_entry_safe(cmd, cmd_tmp, &conn->conn_cmd_list, i_conn_node) { in iscsit_prepare_cmds_for_reallegiance()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_gem_evict.c | 186 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_something() 239 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_something() 248 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_something() 369 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_for_node() 428 list_for_each_entry_safe(vma, next, &eviction_list, evict_link) { in i915_gem_evict_vm()
|
/Linux-v4.19/security/tomoyo/ |
D | gc.c | 255 list_for_each_entry_safe(acl, tmp, &domain->acl_info_list, list) { in tomoyo_del_domain() 479 list_for_each_entry_safe(member, tmp, member_list, list) { in tomoyo_collect_member() 498 list_for_each_entry_safe(acl, tmp, list, list) { in tomoyo_collect_acl() 520 list_for_each_entry_safe(domain, tmp, &tomoyo_domain_list, in tomoyo_collect_entry() 537 list_for_each_entry_safe(ptr, tmp, &tomoyo_condition_list, in tomoyo_collect_entry() 561 list_for_each_entry_safe(group, tmp, list, head.list) { in tomoyo_collect_entry() 577 list_for_each_entry_safe(ptr, tmp, list, list) { in tomoyo_collect_entry() 606 list_for_each_entry_safe(head, tmp, &tomoyo_io_buffer_list, in tomoyo_gc_thread()
|
/Linux-v4.19/drivers/s390/scsi/ |
D | zfcp_ccw.c | 127 list_for_each_entry_safe(port, p, &adapter->port_list, list) { in zfcp_ccw_remove() 129 list_for_each_entry_safe(unit, u, &port->unit_list, list) in zfcp_ccw_remove() 137 list_for_each_entry_safe(unit, u, &unit_remove_lh, list) in zfcp_ccw_remove() 140 list_for_each_entry_safe(port, p, &port_remove_lh, list) in zfcp_ccw_remove()
|
/Linux-v4.19/drivers/staging/greybus/ |
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() 287 list_for_each_entry_safe(desc, next, &list, links) { in gb_manifest_parse_cports() 382 list_for_each_entry_safe(bundle, bundle_next, &intf->bundles, links) { in gb_manifest_parse_bundles()
|
/Linux-v4.19/drivers/scsi/cxlflash/ |
D | lunmgt.c | 92 list_for_each_entry_safe(lli, temp, &cfg->lluns, list) in lookup_local() 109 list_for_each_entry_safe(gli, temp, &global.gluns, list) in lookup_global() 187 list_for_each_entry_safe(lli, temp, &cfg->lluns, list) { in cxlflash_term_local_luns() 212 list_for_each_entry_safe(gli, temp, &global.gluns, list) { in cxlflash_term_global_luns()
|
/Linux-v4.19/scripts/coccinelle/iterators/ |
D | use_after_iter.cocci | 28 iterator name list_for_each_entry_safe; 66 list_for_each_entry_safe@p1(c,...,member) { ... when != break; 98 list_for_each_entry_safe(c,...) S 100 list_for_each_entry_safe(x,c,...) S
|
/Linux-v4.19/drivers/target/ |
D | target_core_ua.c | 106 list_for_each_entry_safe(ua_p, ua_tmp, &deve->ua_list, ua_nacl_list) { in core_scsi3_ua_allocate() 194 list_for_each_entry_safe(ua, ua_p, &deve->ua_list, ua_nacl_list) { in core_scsi3_ua_release_all() 239 list_for_each_entry_safe(ua, ua_p, &deve->ua_list, ua_nacl_list) { in core_scsi3_ua_for_check_condition() 316 list_for_each_entry_safe(ua, ua_p, &deve->ua_list, ua_nacl_list) { in core_scsi3_ua_clear_for_request_sense()
|
/Linux-v4.19/fs/xfs/scrub/ |
D | bitmap.h | 23 list_for_each_entry_safe((bex), (n), &(bitmap)->list, list) 26 list_for_each_entry_safe((bex), (n), &(bitmap)->list, list) \
|
D | refcount.c | 197 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments() 220 list_for_each_entry_safe(frag, n, &worklist, list) { in xchk_refcountbt_process_rmap_fragments() 233 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments() 268 list_for_each_entry_safe(frag, n, &worklist, list) { in xchk_refcountbt_process_rmap_fragments() 272 list_for_each_entry_safe(frag, n, &refchk->fragments, list) { in xchk_refcountbt_process_rmap_fragments() 319 list_for_each_entry_safe(frag, n, &refchk.fragments, list) { in xchk_refcountbt_xref_rmap()
|
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_TSProc.c | 460 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Pending_List, list) { in RemovePeerTS() 468 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Admit_List, list) { in RemovePeerTS() 477 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Pending_List, list) { in RemovePeerTS() 485 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Admit_List, list) { in RemovePeerTS() 498 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Pending_List, list) { in RemoveAllTS() 504 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Admit_List, list) { in RemoveAllTS() 510 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Pending_List, list) { in RemoveAllTS() 516 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Admit_List, list) { in RemoveAllTS()
|
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | rtl819x_TSProc.c | 453 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Pending_List, List) { in RemovePeerTS() 461 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Admit_List, List) { in RemovePeerTS() 471 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Pending_List, List) { in RemovePeerTS() 479 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Admit_List, List) { in RemovePeerTS() 493 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Pending_List, List) { in RemoveAllTS() 499 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Tx_TS_Admit_List, List) { in RemoveAllTS() 505 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Pending_List, List) { in RemoveAllTS() 511 list_for_each_entry_safe(pTS, pTmpTS, &ieee->Rx_TS_Admit_List, List) { in RemoveAllTS()
|
/Linux-v4.19/drivers/infiniband/hw/usnic/ |
D | usnic_uiom_interval_tree.c | 163 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()
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_mode_config.c | 428 list_for_each_entry_safe(encoder, enct, &dev->mode_config.encoder_list, in drm_mode_config_cleanup() 451 list_for_each_entry_safe(property, pt, &dev->mode_config.property_list, in drm_mode_config_cleanup() 456 list_for_each_entry_safe(plane, plt, &dev->mode_config.plane_list, in drm_mode_config_cleanup() 461 list_for_each_entry_safe(crtc, ct, &dev->mode_config.crtc_list, head) { in drm_mode_config_cleanup() 465 list_for_each_entry_safe(blob, bt, &dev->mode_config.property_blob_list, in drm_mode_config_cleanup() 479 list_for_each_entry_safe(fb, fbt, &dev->mode_config.fb_list, head) { in drm_mode_config_cleanup()
|
/Linux-v4.19/net/rds/ |
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-v4.19/drivers/usb/usbip/ |
D | vudc_main.c | 74 list_for_each_entry_safe(udc_dev, udc_dev2, &vudc_devices, dev_entry) { in init() 90 list_for_each_entry_safe(udc_dev, udc_dev2, &vudc_devices, dev_entry) { in cleanup()
|
/Linux-v4.19/net/core/ |
D | dev_addr_lists.c | 179 list_for_each_entry_safe(ha, tmp, &from_list->list, list) { in __hw_addr_sync_multiple() 203 list_for_each_entry_safe(ha, tmp, &from_list->list, list) { in __hw_addr_sync() 221 list_for_each_entry_safe(ha, tmp, &from_list->list, list) { in __hw_addr_unsync() 251 list_for_each_entry_safe(ha, tmp, &list->list, list) { in __hw_addr_sync_dev() 264 list_for_each_entry_safe(ha, tmp, &list->list, list) { in __hw_addr_sync_dev() 299 list_for_each_entry_safe(ha, tmp, &list->list, list) { in __hw_addr_unsync_dev() 317 list_for_each_entry_safe(ha, tmp, &list->list, list) { in __hw_addr_flush()
|
/Linux-v4.19/drivers/isdn/mISDN/ |
D | dsp_pipeline.c | 146 list_for_each_entry_safe(entry, n, &dsp_elements, list) in mISDN_dsp_element_unregister() 182 list_for_each_entry_safe(entry, n, &dsp_elements, list) { in dsp_pipeline_module_exit() 212 list_for_each_entry_safe(entry, n, &pipeline->list, list) { in _dsp_pipeline_destroy() 261 list_for_each_entry_safe(entry, n, &dsp_elements, list) in dsp_pipeline_build()
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_cmdbuf_res.c | 128 list_for_each_entry_safe(entry, next, list, head) { in vmw_cmdbuf_res_commit() 166 list_for_each_entry_safe(entry, next, list, head) { in vmw_cmdbuf_res_revert() 321 list_for_each_entry_safe(entry, next, &man->list, head) in vmw_cmdbuf_res_man_destroy()
|
/Linux-v4.19/drivers/net/wireless/ath/ |
D | dfs_pri_detector.c | 105 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()
|
/Linux-v4.19/samples/livepatch/ |
D | livepatch-shadow-mod.c | 184 list_for_each_entry_safe(d, tmp, &dummy_list, list) { in cleanup_work_func() 217 list_for_each_entry_safe(d, tmp, &dummy_list, list) { in livepatch_shadow_mod_exit()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | pci_32.c | 133 list_for_each_entry_safe(hose, tmp, &hose_list, list_node) { in pcibios_make_OF_bus_map() 241 list_for_each_entry_safe(hose, tmp, &hose_list, list_node) { in pcibios_init() 276 list_for_each_entry_safe(hose, tmp, &hose_list, list_node) in pci_bus_to_hose()
|
/Linux-v4.19/drivers/usb/host/whci/ |
D | pzl.c | 201 list_for_each_entry_safe(qset, t, &whc->periodic_list[period], list_node) { in update_pzl_hw_view() 228 list_for_each_entry_safe(qset, t, &whc->periodic_list[period], list_node) { in scan_periodic_work() 256 list_for_each_entry_safe(qset, t, &whc->periodic_removed_list, list_node) { in scan_periodic_work() 338 list_for_each_entry_safe(std, t, &qset->stds, list_node) { in pzl_urb_dequeue()
|
/Linux-v4.19/drivers/crypto/ccp/ |
D | ccp-crypto-main.c | 381 list_for_each_entry_safe(ahash_alg, ahash_tmp, &hash_algs, entry) { in ccp_unregister_algs() 387 list_for_each_entry_safe(ablk_alg, ablk_tmp, &cipher_algs, entry) { in ccp_unregister_algs() 393 list_for_each_entry_safe(aead_alg, aead_tmp, &aead_algs, entry) { in ccp_unregister_algs() 399 list_for_each_entry_safe(akc_alg, akc_tmp, &akcipher_algs, entry) { in ccp_unregister_algs()
|
/Linux-v4.19/drivers/gpu/host1x/ |
D | bus.c | 298 list_for_each_entry_safe(device, dt, &host1x->devices, list) { in host1x_del_client() 346 list_for_each_entry_safe(subdev, sd, &device->active, list) { in __host1x_device_del() 367 list_for_each_entry_safe(subdev, sd, &device->subdevs, list) in __host1x_device_del() 376 list_for_each_entry_safe(client, cl, &device->clients, list) in __host1x_device_del() 436 list_for_each_entry_safe(client, tmp, &clients, list) { in host1x_device_add() 496 list_for_each_entry_safe(device, tmp, &host1x->devices, list) in host1x_detach_driver()
|