Searched defs:list_for_each_entry_safe (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/ |
D | list.h | 61 #define list_for_each_entry_safe(pos, n, head, member) \ macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/ |
D | list.h | 326 #define list_for_each_entry_safe(pos, tmp, head, member) \ macro
|
/kernel/linux/linux-5.10/tools/include/linux/ |
D | list.h | 520 #define list_for_each_entry_safe(pos, n, head, member) \ macro
|
/kernel/linux/linux-5.10/include/linux/ |
D | list.h | 714 #define list_for_each_entry_safe(pos, n, head, member) \ macro
|