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

/external/fio/
H A Dflist.h27 struct flist_head { struct
28 struct flist_head *next, *prev;
34 struct flist_head name = FLIST_HEAD_INIT(name)
46 static inline void __flist_add(struct flist_head *new_entry,
47 struct flist_head *prev,
48 struct flist_head *next)
64 static inline void flist_add(struct flist_head *new_entry,
65 struct flist_head *head)
70 static inline void flist_add_tail(struct flist_head *new_entry,
71 struct flist_head *hea
[all...]

Completed in 104 milliseconds