Home
last modified time | relevance | path

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

/external/fio/lib/
Dtp.h6 struct tp_work;
7 typedef int (tp_work_fn)(struct tp_work *);
9 struct tp_work { struct
31 extern void tp_queue_work(struct tp_data *, struct tp_work *); argument
Dtp.c22 struct tp_work *work; in tp_flush_work()
27 work = flist_entry(list->next, struct tp_work, list); in tp_flush_work()
71 void tp_queue_work(struct tp_data *tdat, struct tp_work *work) in tp_queue_work()
/external/fio/
Diolog.c663 struct tp_work work;
985 static int gz_work(struct tp_work *work) in gz_work()