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

  /device/samsung/crespo/alsa-lib/include/
list.h 148 * list_for_each_safe - iterate over a list safely (actual pointer can be invalidated)
153 #define list_for_each_safe(pos, npos, head) \ macro
  /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
  /device/samsung/crespo/alsa-utils/alsactl/
list.h 245 * list_for_each_safe - iterate over a list safe against removal of list entry
250 #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/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 144 milliseconds