HomeSort by relevance Sort by last modified time
    Searched defs:list_for_each_safe (Results 1 - 13 of 13) sorted by null

  /external/libnl/python/netlink/
utils.h 25 #define list_for_each_safe(pos, n, head) \ macro
  /external/ltp/utils/ffsb-6.0-rc2/
list.h 49 #define list_for_each_safe(pos, n, head) \ macro
  /system/core/libcutils/include/cutils/
list.h 47 #define list_for_each_safe(node, n, list) \ macro
  /external/e2fsprogs/lib/blkid/
list.h 160 * list_for_each_safe - iterate over elements in a list, but don't dereference
166 #define list_for_each_safe(pos, pnext, head) \ macro
  /external/blktrace/btt/
list.h 131 * list_for_each_safe - iterate over a list safe against removal of list entry
136 #define list_for_each_safe(pos, n, head) \ macro
inlines.h 39 list_for_each_safe(p, q, range_head) { function
154 list_for_each_safe(p, q, &all_ios) { function
  /external/ltp/testcases/realtime/include/
list.h 285 * list_for_each_safe - iterate over a list safe against removal of list entry
290 #define list_for_each_safe(pos, n, head) \ macro
  /external/syslinux/com32/include/linux/
list.h 297 * list_for_each_safe - iterate over a list safe against removal of list entry
302 #define list_for_each_safe(pos, n, head) \ macro
  /external/iptables/libiptc/
linux_list.h 365 * list_for_each_safe - iterate over a list safe against removal of list entry
370 #define list_for_each_safe(pos, n, head) \ macro
  /external/libnetfilter_conntrack/include/internal/
linux_list.h 370 * list_for_each_safe - iterate over a list safe against removal of list entry
375 #define list_for_each_safe(pos, n, head) \ macro
  /external/libnfnetlink/include/
linux_list.h 369 * list_for_each_safe - iterate over a list safe against removal of list entry
374 #define list_for_each_safe(pos, n, head) \ macro
  /external/e2fsprogs/misc/
tune2fs.c 2494 #define list_for_each_safe macro
    [all...]
  /external/blktrace/
blktrace.c 1239 list_for_each_safe(p, q, &devpaths) {
1275 list_for_each_safe(p, q, list) { function
1332 list_for_each_safe(p, q, list) { function
    [all...]

Completed in 272 milliseconds