Home
last modified time | relevance | path

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

/kernel/
Dtask_work.c6 static struct callback_head work_exited; /* all we need is ->next == NULL */
32 int task_work_add(struct task_struct *task, struct callback_head *work, in task_work_add()
35 struct callback_head *head; in task_work_add()
73 struct callback_head *
75 bool (*match)(struct callback_head *, void *data), in task_work_cancel_match() argument
78 struct callback_head **pprev = &task->task_works; in task_work_cancel_match()
79 struct callback_head *work; in task_work_cancel_match()
102 static bool task_work_func_match(struct callback_head *cb, void *data) in task_work_func_match()
118 struct callback_head *
135 struct callback_head *work, *head, *next; in task_work_run()
/kernel/sched/
Dsched.h997 struct callback_head *balance_callback;
1440 struct callback_head *head, in queue_balance_callback()
1448 head->func = (void (*)(struct callback_head *))func; in queue_balance_callback()
Ddeadline.c572 static DEFINE_PER_CPU(struct callback_head, dl_push_head);
573 static DEFINE_PER_CPU(struct callback_head, dl_pull_head);
Drt.c364 static DEFINE_PER_CPU(struct callback_head, rt_push_head);
365 static DEFINE_PER_CPU(struct callback_head, rt_pull_head);
Dfair.c2736 static void task_numa_work(struct callback_head *work) in task_numa_work()
2927 struct callback_head *work = &curr->numa_work; in task_tick_numa()
Dcore.c3923 struct callback_head *head, *next; in __balance_callback()
/kernel/irq/
Dmanage.c1128 static void irq_thread_dtor(struct callback_head *unused) in irq_thread_dtor()
1197 struct callback_head on_exit_work; in irq_thread()
/kernel/time/
Dposix-cpu-timers.c1100 static void posix_cpu_timers_work(struct callback_head *work) in posix_cpu_timers_work()
/kernel/events/
Duprobes.c1786 static void dup_xol_work(struct callback_head *work) in dup_xol_work()