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

  /external/e2fsprogs/lib/blkid/
list.h 163 * list_for_each_safe - iterate over elements in a list, but don't dereference
169 #define list_for_each_safe(pos, pnext, 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/kernel-headers/original/linux/
list.h 388 * list_for_each_safe - iterate over a list safe against removal of list entry
393 #define list_for_each_safe(pos, n, head) \ macro
  /external/linux-tools-perf/util/include/linux/added/
list.h 377 * list_for_each_safe - iterate over a list safe against removal of list entry
382 #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 1432 #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 221 milliseconds