Searched refs:list_for_each_entry_safe_from (Results 1 – 9 of 9) sorted by relevance
| /linux/scripts/coccinelle/iterators/ |
| H A 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/fs/netfs/ |
| H A D | write_retry.c | 135 list_for_each_entry_safe_from(subreq, tmp, in netfs_retry_write_stream()
|
| H A D | read_retry.c | 180 list_for_each_entry_safe_from(subreq, tmp, in netfs_retry_read_subrequests()
|
| /linux/net/dccp/ |
| H A D | ackvec.c | |
| /linux/kernel/sched/ |
| H A D | wait.c | 105 list_for_each_entry_safe_from(curr, next, &wq_head->head, entry) { in __wake_up_common()
|
| /linux/tools/include/linux/ |
| H A D | list.h | 573 #define list_for_each_entry_safe_from(pos, n, head, member) \ macro
|
| /linux/fs/smb/client/ |
| H A D | sess.c | 207 list_for_each_entry_safe_from(iface, niface, &ses->iface_list, in cifs_try_adding_channels()
|
| /linux/kernel/ |
| H A D | workqueue.c | 1172 list_for_each_entry_safe_from(work, n, NULL, entry) { in move_linked_works() 3623 list_for_each_entry_safe_from(work, n, &pool->worklist, entry) { in assign_rescuer_work()
|
| /linux/drivers/dma/ppc4xx/ |
| H A D | adma.c | 1610 list_for_each_entry_safe_from(grp_iter, _grp_iter, in __ppc440spe_adma_slot_cleanup()
|