Searched defs:list_for_each (Results 1 - 12 of 12) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
H A Dlist.h26 #define list_for_each(pos, head) \ macro
/external/syslinux/gpxe/src/include/gpxe/
H A Dlist.h150 #define list_for_each( pos, head ) \ macro
/external/e2fsprogs/lib/blkid/
H A Dlist.h152 * list_for_each - iterate over elements in a list
156 #define list_for_each(pos, head) \ macro
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-list.h106 #define list_for_each(pos, head) \ macro
/external/f2fs-tools/include/
H A Dlist.h74 #define list_for_each(pos, head) \ macro
/external/e2fsprogs/debugfs/
H A Drevoke.c497 list_for_each(list_entry, hash_list) { function
/external/e2fsprogs/e2fsck/
H A Drevoke.c497 list_for_each(list_entry, hash_list) { function
/external/ltp/testcases/realtime/include/
H A Dlist.h267 * list_for_each - iterate over a list
271 #define list_for_each(pos, head) \ macro
/external/syslinux/com32/include/linux/
H A Dlist.h266 * list_for_each - iterate over a list
270 #define list_for_each(pos, head) \ macro
279 * This variant differs from list_for_each() in that it's the
/external/iptables/libiptc/
H A Dlinux_list.h334 * list_for_each - iterate over a list
338 #define list_for_each(pos, head) \ macro
347 * This variant differs from list_for_each() in that it's the
/external/libnetfilter_conntrack/include/internal/
H A Dlinux_list.h339 * list_for_each - iterate over a list
343 #define list_for_each(pos, head) \ macro
352 * This variant differs from list_for_each() in that it's the
/external/libnfnetlink/include/
H A Dlinux_list.h338 * list_for_each - iterate over a list
342 #define list_for_each(pos, head) \ macro
351 * This variant differs from list_for_each() in that it's the

Completed in 370 milliseconds