Searched refs:callback_head (Results 1 – 13 of 13) sorted by relevance
5 static struct callback_head work_exited; /* all we need is ->next == NULL */25 task_work_add(struct task_struct *task, struct callback_head *work, bool notify) in task_work_add()27 struct callback_head *head; in task_work_add()52 struct callback_head *55 struct callback_head **pprev = &task->task_works; in task_work_cancel()56 struct callback_head *work; in task_work_cancel()88 struct callback_head *work, *head, *next; in task_work_run()
7 typedef void (*task_work_func_t)(struct callback_head *);10 init_task_work(struct callback_head *twork, task_work_func_t func) in init_task_work()15 int task_work_add(struct task_struct *task, struct callback_head *twork, bool);16 struct callback_head *task_work_cancel(struct task_struct *, task_work_func_t);
209 struct callback_head { struct210 struct callback_head *next; argument211 void (*func)(struct callback_head *head); argument213 #define rcu_head callback_head
83 struct callback_head dup_xol_work;
1496 struct callback_head *task_works;1619 struct callback_head numa_work;
163 extern void key_change_session_keyring(struct callback_head *twork);
826 void key_change_session_keyring(struct callback_head *twork) in key_change_session_keyring()
1469 struct callback_head *newwork, *oldwork; in keyctl_session_to_parent()
242 static void ____fput(struct callback_head *work) in ____fput()
853 static void irq_thread_dtor(struct callback_head *unused) in irq_thread_dtor()885 struct callback_head on_exit_work; in irq_thread()
1457 static void dup_xol_work(struct callback_head *work) in dup_xol_work()
459 struct callback_head *head = &tn_info(tn)->rcu; in tnode_free()
2118 void task_numa_work(struct callback_head *work) in task_numa_work()2246 struct callback_head *work = &curr->numa_work; in task_tick_numa()