Home
last modified time | relevance | path

Searched refs:__flist_add (Results 1 – 1 of 1) sorted by relevance

/external/fio/
Dflist.h46 static inline void __flist_add(struct flist_head *new_entry, in __flist_add() function
67 __flist_add(new_entry, head, head->next); in flist_add()
73 __flist_add(new_entry, head->prev, head); in flist_add_tail()