Searched refs:list_for_each_entry_safe_from (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.6/scripts/coccinelle/iterators/ |
D | use_after_iter.cocci | 31 iterator name list_for_each_entry_safe_from; 78 list_for_each_entry_safe_from@p1(c,...,member) { ... when != break; 108 list_for_each_entry_safe_from(c,...) S 110 list_for_each_entry_safe_from(x,c,...) S
|
/Linux-v6.6/net/dccp/ |
D | ackvec.c | 343 list_for_each_entry_safe_from(avr, next, &av->av_records, avr_node) { in dccp_ackvec_clear_state()
|
/Linux-v6.6/kernel/sched/ |
D | wait.c | 100 list_for_each_entry_safe_from(curr, next, &wq_head->head, entry) { in __wake_up_common()
|
/Linux-v6.6/drivers/gpu/drm/ |
D | drm_suballoc.c | 135 list_for_each_entry_safe_from(sa, tmp, &sa_manager->olist, olist) { in drm_suballoc_try_free()
|
/Linux-v6.6/drivers/base/ |
D | devres.c | 446 list_for_each_entry_safe_from(node, n, end, entry) { in remove_nodes() 473 list_for_each_entry_safe_from(node, n, end, entry) { in remove_nodes()
|
/Linux-v6.6/ |
D | .clang-format | 480 - 'list_for_each_entry_safe_from'
|
/Linux-v6.6/tools/include/linux/ |
D | list.h | 563 #define list_for_each_entry_safe_from(pos, n, head, member) \ macro
|
/Linux-v6.6/arch/powerpc/platforms/pseries/ |
D | vas.c | 658 list_for_each_entry_safe_from(win, tmp, &vcaps->list, win_list) { in reconfig_open_windows()
|
/Linux-v6.6/include/linux/ |
D | list.h | 888 #define list_for_each_entry_safe_from(pos, n, head, member) \ macro
|
/Linux-v6.6/fs/smb/client/ |
D | sess.c | 221 list_for_each_entry_safe_from(iface, niface, &ses->iface_list, in cifs_try_adding_channels()
|
/Linux-v6.6/fs/ |
D | locks.c | 1187 list_for_each_entry_safe_from(fl, tmp, &ctx->flc_posix, fl_list) { in posix_lock_inode()
|
/Linux-v6.6/drivers/block/drbd/ |
D | drbd_main.c | 232 list_for_each_entry_safe_from(req, r, &connection->transfer_log, tl_requests) { in tl_release()
|
/Linux-v6.6/drivers/dma/ppc4xx/ |
D | adma.c | 1610 list_for_each_entry_safe_from(grp_iter, _grp_iter, in __ppc440spe_adma_slot_cleanup()
|
/Linux-v6.6/kernel/ |
D | workqueue.c | 1041 list_for_each_entry_safe_from(work, n, NULL, entry) { in move_linked_works()
|