HomeSort by relevance Sort by last modified time
    Searched refs:tp_data (Results 1 - 5 of 5) sorted by null

  /external/fio/lib/
tp.h 19 struct tp_data { struct
29 extern void tp_init(struct tp_data **);
30 extern void tp_exit(struct tp_data **);
31 extern void tp_queue_work(struct tp_data *, struct tp_work *);
tp.c 43 struct tp_data *tdat = data;
71 void tp_queue_work(struct tp_data *tdat, struct tp_work *work)
82 void tp_init(struct tp_data **tdatp)
84 struct tp_data *tdat;
101 void tp_exit(struct tp_data **tdatp)
103 struct tp_data *tdat = *tdatp;
  /external/fio/
fio.h 119 struct tp_data *tp_data; member in struct:thread_data
iolog.c 959 if (td->tp_data)
1091 struct tp_data *tdat = log->td->tp_data;
backend.c     [all...]

Completed in 342 milliseconds