Home
last modified time | relevance | path

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

/include/linux/
Dtask_work.h11 init_task_work(struct callback_head *twork, task_work_func_t func) in init_task_work() argument
13 twork->func = func; in init_task_work()
16 int task_work_add(struct task_struct *task, struct callback_head *twork, bool);