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