Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dtask_work.c5 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()
/linux-4.1.27/include/linux/
Dtask_work.h7 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);
Dtypes.h209 struct callback_head { struct
210 struct callback_head *next; argument
211 void (*func)(struct callback_head *head); argument
213 #define rcu_head callback_head
Duprobes.h83 struct callback_head dup_xol_work;
Dsched.h1496 struct callback_head *task_works;
1619 struct callback_head numa_work;
/linux-4.1.27/security/keys/
Dinternal.h163 extern void key_change_session_keyring(struct callback_head *twork);
Dprocess_keys.c826 void key_change_session_keyring(struct callback_head *twork) in key_change_session_keyring()
Dkeyctl.c1469 struct callback_head *newwork, *oldwork; in keyctl_session_to_parent()
/linux-4.1.27/fs/
Dfile_table.c242 static void ____fput(struct callback_head *work) in ____fput()
/linux-4.1.27/kernel/irq/
Dmanage.c853 static void irq_thread_dtor(struct callback_head *unused) in irq_thread_dtor()
885 struct callback_head on_exit_work; in irq_thread()
/linux-4.1.27/kernel/events/
Duprobes.c1457 static void dup_xol_work(struct callback_head *work) in dup_xol_work()
/linux-4.1.27/net/ipv4/
Dfib_trie.c459 struct callback_head *head = &tn_info(tn)->rcu; in tnode_free()
/linux-4.1.27/kernel/sched/
Dfair.c2118 void task_numa_work(struct callback_head *work) in task_numa_work()
2246 struct callback_head *work = &curr->numa_work; in task_tick_numa()