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

/external/fio/
H A Dflist.h93 * Note: flist_empty on entry does not return true after this, the entry is
114 * flist_empty - tests whether a list is empty
117 static inline int flist_empty(const struct flist_head *head) function
139 if (!flist_empty(list))
146 if (!flist_empty(list)) {

Completed in 857 milliseconds