Searched refs:tp_data (Results 1 – 5 of 5) sorted by relevance
43 struct tp_data *tdat = data; in tp_thread()71 void tp_queue_work(struct tp_data *tdat, struct tp_work *work) in tp_queue_work()82 void tp_init(struct tp_data **tdatp) in tp_init()84 struct tp_data *tdat; in tp_init()101 void tp_exit(struct tp_data **tdatp) in tp_exit()103 struct tp_data *tdat = *tdatp; in tp_exit()
19 struct tp_data { struct29 extern void tp_init(struct tp_data **); argument30 extern void tp_exit(struct tp_data **);31 extern void tp_queue_work(struct tp_data *, struct tp_work *);
119 struct tp_data *tp_data; member
959 if (td->tp_data) in finish_log()1091 struct tp_data *tdat = log->td->tp_data; in iolog_flush()
1492 tp_init(&td->tp_data); in thread_main()1591 tp_exit(&td->tp_data); in thread_main()