Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dtask_work.c5 static struct callback_head work_exited; /* all we need is ->next == NULL */
27 task_work_add(struct task_struct *task, struct callback_head *work, bool notify) in task_work_add()
29 struct callback_head *head; in task_work_add()
54 struct callback_head *
57 struct callback_head **pprev = &task->task_works; in task_work_cancel()
58 struct callback_head *work; in task_work_cancel()
90 struct callback_head *work, *head, *next; in task_work_run()
/linux-4.4.14/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.h223 struct callback_head { struct
224 struct callback_head *next; argument
225 void (*func)(struct callback_head *head); argument
227 #define rcu_head callback_head
Duprobes.h83 struct callback_head dup_xol_work;
Dsched.h1579 struct callback_head *task_works;
1704 struct callback_head numa_work;
/linux-4.4.14/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.c1463 struct callback_head *newwork, *oldwork; in keyctl_session_to_parent()
/linux-4.4.14/fs/
Dfile_table.c242 static void ____fput(struct callback_head *work) in ____fput()
/linux-4.4.14/kernel/sched/
Dsched.h621 struct callback_head *balance_callback;
767 struct callback_head *head, in queue_balance_callback()
775 head->func = (void (*)(struct callback_head *))func; in queue_balance_callback()
Ddeadline.c216 static DEFINE_PER_CPU(struct callback_head, dl_push_head);
217 static DEFINE_PER_CPU(struct callback_head, dl_pull_head);
Drt.c357 static DEFINE_PER_CPU(struct callback_head, rt_push_head);
358 static DEFINE_PER_CPU(struct callback_head, rt_pull_head);
Dfair.c2153 void task_numa_work(struct callback_head *work) in task_numa_work()
2287 struct callback_head *work = &curr->numa_work; in task_tick_numa()
Dcore.c2604 struct callback_head *head, *next; in __balance_callback()
/linux-4.4.14/kernel/irq/
Dmanage.c893 static void irq_thread_dtor(struct callback_head *unused) in irq_thread_dtor()
937 struct callback_head on_exit_work; in irq_thread()
/linux-4.4.14/kernel/events/
Duprobes.c1465 static void dup_xol_work(struct callback_head *work) in dup_xol_work()
/linux-4.4.14/net/ipv4/
Dfib_trie.c465 struct callback_head *head = &tn_info(tn)->rcu; in tnode_free()