Searched defs:list_for_each_entry_safe_from (Results 1 - 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/drivers/firmware/efi/ |
| H A D | efi-pstore.c | 197 list_for_each_entry_safe_from((*pos), n, head, list) { in efi_pstore_sysfs_entry_iter() function
|
| /kernel/linux/linux-5.10/tools/include/linux/ |
| H A D | list.h | 552 #define list_for_each_entry_safe_from(pos, n, head, member) \ macro
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | list.h | 746 #define list_for_each_entry_safe_from(pos, n, head, member) \ macro
|
| /kernel/linux/linux-6.6/drivers/base/ |
| H A D | devres.c | 446 list_for_each_entry_safe_from(node, n, end, entry) { in remove_nodes() function 473 list_for_each_entry_safe_from(node, n, end, entry) { in remove_nodes() function
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | list.h | 888 #define list_for_each_entry_safe_from(pos, n, head, member) \ macro
|
| /kernel/linux/linux-6.6/tools/include/linux/ |
| H A D | list.h | 563 #define list_for_each_entry_safe_from(pos, n, head, member) \ macro
|
| /kernel/linux/linux-5.10/kernel/ |
| H A D | workqueue.c | 1078 list_for_each_entry_safe_from(work, n, NULL, entry) { in move_linked_works() function
|
| /kernel/linux/linux-6.6/kernel/ |
| H A D | workqueue.c | 1103 list_for_each_entry_safe_from(work, n, NULL, entry) { in move_linked_works() function
|
Completed in 26 milliseconds