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

  /external/fio/
cgroup.c 88 flist_for_each_safe(n, tmp, clist) { function
flist.h 170 * flist_for_each_safe - iterate over a list safe against removal of list entry
175 #define flist_for_each_safe(pos, n, head) \ macro
server.c 533 flist_for_each_safe(entry, tmp, list) { function
    [all...]

Completed in 85 milliseconds