OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tp_work
(Results
1 - 3
of
3
) sorted by null
/external/fio/lib/
tp.h
6
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
*);
tp.c
22
struct
tp_work
*work;
27
work = flist_entry(list->next, struct
tp_work
, list);
71
void tp_queue_work(struct tp_data *tdat, struct
tp_work
*work)
/external/fio/
iolog.c
663
struct
tp_work
work;
985
static int gz_work(struct
tp_work
*work)
Completed in 56 milliseconds