Searched refs:tp_work (Results 1 – 3 of 3) sorted by relevance
6 struct tp_work;7 typedef int (tp_work_fn)(struct tp_work *);9 struct tp_work { struct31 extern void tp_queue_work(struct tp_data *, struct tp_work *); argument
22 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()
663 struct tp_work work;985 static int gz_work(struct tp_work *work) in gz_work()