Home
last modified time | relevance | path

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

/kernel/
Dtask_work.c6 static struct callback_head work_exited; /* all we need is ->next == NULL */
42 int task_work_add(struct task_struct *task, struct callback_head *work, in task_work_add()
45 struct callback_head *head; in task_work_add()
85 struct callback_head *
87 bool (*match)(struct callback_head *, void *data), in task_work_cancel_match() argument
90 struct callback_head **pprev = &task->task_works; in task_work_cancel_match()
91 struct callback_head *work; in task_work_cancel_match()
116 static bool task_work_func_match(struct callback_head *cb, void *data) in task_work_func_match()
132 struct callback_head *
149 struct callback_head *work, *head, *next; in task_work_run()
/kernel/irq/
Dmanage.c1220 static void irq_thread_dtor(struct callback_head *unused) in irq_thread_dtor()
1289 struct callback_head on_exit_work; in irq_thread()
/kernel/time/
Dposix-cpu-timers.c1165 static void posix_cpu_timers_work(struct callback_head *work) in posix_cpu_timers_work()
/kernel/events/
Duprobes.c1784 static void dup_xol_work(struct callback_head *work) in dup_xol_work()
Dcore.c6623 static void perf_pending_task(struct callback_head *head) in perf_pending_task()
/kernel/sched/
Dfair.c2935 static void task_numa_work(struct callback_head *work) in task_numa_work()
3133 struct callback_head *work = &curr->numa_work; in task_tick_numa()