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

  /external/blktrace/btt/
devmap.c 54 __list_for_each(p, &all_devmaps) {
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
devs.c 67 __list_for_each(p, &dev_heads[DEV_HASH(device)]) {
216 __list_for_each(p, &all_devs)
iostat.c 204 __list_for_each(p, &all_devs) {
output.c 803 __list_for_each(p, head_p) { function
  /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...]
  /external/blktrace/btreplay/
btreplay.c 567 __list_for_each(p, &input_devs) {
677 __list_for_each(p, &map_devs) {
    [all...]
btrecord.c 334 __list_for_each(p, &input_files) {
  /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

Completed in 195 milliseconds