Searched defs:flist_for_each_safe (Results 1 - 3 of 3) sorted by relevance

/external/fio/
H A Dflist.h170 * flist_for_each_safe - iterate over a list safe against removal of list entry
175 #define flist_for_each_safe(pos, n, head) \ macro
H A Dcgroup.c88 flist_for_each_safe(n, tmp, clist) { function
H A Dserver.c533 flist_for_each_safe(entry, tmp, list) { function

Completed in 790 milliseconds