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

  /system/core/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/f2fs-tools/include/
list.h 77 #define list_for_each_safe(pos, n, head) \ macro
  /external/oprofile/libutil/
op_list.h 164 * list_for_each_safe - iterate over a list safe against removal of list entry
169 #define list_for_each_safe(pos, n, 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/yaffs2/yaffs2/
devextras.h 197 * list_for_each_safe - iterate over a list safe against removal
203 #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/linux-tools-perf/perf-3.12.0/include/linux/
list.h 392 * list_for_each_safe - iterate over a list safe against removal of list entry
397 #define list_for_each_safe(pos, n, head) \ macro
  /external/oprofile/opjitconv/
opjitconv.c 107 list_for_each_safe(pos1, pos2, list) { function
442 list_for_each_safe(pos1, pos2, anon_dirs) { function
555 list_for_each_safe(pos1, pos2, &jd_fnames) {
  /external/e2fsprogs/misc/
tune2fs.c 1720 #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 243 milliseconds