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

  /external/blktrace/btt/
list.h 118 * __list_for_each - iterate over a list
127 #define __list_for_each(pos, head) \ macro
154 __list_for_each(p, head_p) { function
output.c 803 __list_for_each(p, head_p) { function
  /external/iptables/libiptc/
linux_list.h 343 * __list_for_each - iterate over a list
352 #define __list_for_each(pos, head) \ macro
  /external/kernel-headers/original/linux/
list.h 366 * __list_for_each - iterate over a list
375 #define __list_for_each(pos, head) \ macro
  /external/linux-tools-perf/util/include/linux/added/
list.h 355 * __list_for_each - iterate over a list
364 #define __list_for_each(pos, head) \ macro
  /external/blktrace/
blktrace.c 911 __list_for_each(p, &devpaths) {
1043 __list_for_each(p, &devpaths) {
1068 __list_for_each(p, &devpaths) {
1110 __list_for_each(p, &devpaths) {
1153 __list_for_each(p, &devpaths) {
1394 __list_for_each(p, &devpaths) {
1957 __list_for_each(p, devpaths) { function
    [all...]

Completed in 1602 milliseconds