Searched refs:list_for_each_entry_safe_from (Results 1 – 10 of 10) 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 | 130 list_for_each_entry_safe_from(subreq, tmp, in netfs_retry_write_stream()
|
| H A D | read_retry.c | 175 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 | 104 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/include/linux/ |
| H A D | list.h | 937 #define list_for_each_entry_safe_from(pos, n, head, member) \ macro
|
| /linux/kernel/ |
| H A D | workqueue.c | 1170 list_for_each_entry_safe_from(work, n, NULL, entry) { in move_linked_works() 3541 list_for_each_entry_safe_from(work, n, &pool->worklist, entry) { in assign_rescuer_work()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_main.c | 223 list_for_each_entry_safe_from(req, r, &connection->transfer_log, tl_requests) { in tl_release()
|
| /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()
|