Home
last modified time | relevance | path

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

12

/linux/kernel/
A 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()
72 struct callback_head *
74 bool (*match)(struct callback_head *, void *data), in task_work_cancel_match() argument
77 struct callback_head **pprev = &task->task_works; in task_work_cancel_match()
78 struct callback_head *work; in task_work_cancel_match()
101 static bool task_work_func_match(struct callback_head *cb, void *data) in task_work_func_match()
117 struct callback_head *
134 struct callback_head *work, *head, *next; in task_work_run()
/linux/include/linux/
A Dtask_work.h8 typedef void (*task_work_func_t)(struct callback_head *);
11 init_task_work(struct callback_head *twork, task_work_func_t func) in init_task_work()
22 int task_work_add(struct task_struct *task, struct callback_head *twork,
25 struct callback_head *task_work_cancel_match(struct task_struct *task,
26 bool (*match)(struct callback_head *, void *data), void *data);
27 struct callback_head *task_work_cancel(struct task_struct *, task_work_func_t);
A Dtypes.h220 struct callback_head { struct
221 struct callback_head *next; argument
222 void (*func)(struct callback_head *head); argument
224 #define rcu_head callback_head
A Dposix-timers.h142 struct callback_head work;
A Duprobes.h71 struct callback_head dup_xol_work;
A Dsched.h1089 struct callback_head *task_works;
1243 struct callback_head numa_work;
1469 struct callback_head mce_kill_me;
1484 struct callback_head l1d_flush_kill;
/linux/tools/testing/selftests/bpf/prog_tests/
A Dcore_read_macros.c6 struct callback_head { struct
7 struct callback_head *next; argument
8 void (*func)(struct callback_head *head); argument
18 void (*func)(struct callback_head *head);
28 struct callback_head u_probe_in; in test_core_read_macros()
/linux/tools/testing/selftests/bpf/progs/
A Dbtf_dump_test_case_ordering.c45 struct callback_head { struct
46 struct callback_head *next; argument
47 void (*func)(struct callback_head *); argument
55 struct callback_head cb;
A Dkfree_skb.c19 struct callback_head { struct
20 struct callback_head *next; argument
21 void (*func)(struct callback_head *head); argument
24 struct callback_head rcuhead;
64 struct callback_head *ptr; in BPF_PROG()
A Dtest_core_read_macros.c16 struct callback_head k_probe_in = {};
19 struct callback_head *u_probe_in = 0;
/linux/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/
A Dtypes.h139 struct callback_head { struct
140 struct callback_head *next; argument
141 void (*func)(struct callback_head *head); argument
143 #define rcu_head callback_head
/linux/fs/
A Dio-wq.c56 struct callback_head create_work;
144 static void create_worker_cb(struct callback_head *cb);
195 static bool io_task_worker_match(struct callback_head *cb, void *data) in io_task_worker_match()
211 struct callback_head *cb = task_work_cancel_match(wq->task, in io_worker_exit()
311 static void create_worker_cb(struct callback_head *cb) in create_worker_cb()
748 static void create_worker_cont(struct callback_head *cb) in create_worker_cont()
1199 static bool io_task_work_match(struct callback_head *cb, void *data) in io_task_work_match()
1216 struct callback_head *cb; in io_wq_cancel_tw_create()
A Dfile_table.c311 static void ____fput(struct callback_head *work) in ____fput()
/linux/Documentation/bpf/
A Ddrgn.rst202 .rcu = (struct callback_head){
203 .next = (struct callback_head *)0x0,
204 .func = (void (*)(struct callback_head *))0x0,
/linux/security/yama/
A Dyama_lsm.c45 struct callback_head work;
51 static void __report_access(struct callback_head *work) in __report_access()
/linux/include/acpi/
A Dghes.h38 struct callback_head task_work;
/linux/arch/x86/kernel/cpu/mce/
A Dcore.c1236 static void kill_me_now(struct callback_head *ch) in kill_me_now()
1244 static void kill_me_maybe(struct callback_head *cb) in kill_me_maybe()
1275 static void kill_me_never(struct callback_head *cb) in kill_me_never()
1285 static void queue_task_work(struct mce *m, char *msg, void (*func)(struct callback_head *)) in queue_task_work() argument
/linux/security/keys/
A Dinternal.h172 extern void key_change_session_keyring(struct callback_head *twork);
A Dprocess_keys.c911 void key_change_session_keyring(struct callback_head *twork) in key_change_session_keyring()
/linux/kernel/sched/
A Dsched.h1011 struct callback_head *balance_callback;
1523 extern struct callback_head balance_push_callback;
1701 struct callback_head *head, in queue_balance_callback()
1709 head->func = (void (*)(struct callback_head *))func; in queue_balance_callback()
A Dcore.c4638 static void do_balance_callbacks(struct rq *rq, struct callback_head *head) in do_balance_callbacks()
4641 struct callback_head *next; in do_balance_callbacks()
4657 struct callback_head balance_push_callback = {
4659 .func = (void (*)(struct callback_head *))balance_push,
4662 static inline struct callback_head *splice_balance_callbacks(struct rq *rq) in splice_balance_callbacks()
4664 struct callback_head *head = rq->balance_callback; in splice_balance_callbacks()
4678 static inline void balance_callbacks(struct rq *rq, struct callback_head *head) in balance_callbacks()
4695 static inline struct callback_head *splice_balance_callbacks(struct rq *rq) in splice_balance_callbacks()
4700 static inline void balance_callbacks(struct rq *rq, struct callback_head *head) in balance_callbacks()
5946 static DEFINE_PER_CPU(struct callback_head, core_balance_head);
[all …]
A Drt.c363 static DEFINE_PER_CPU(struct callback_head, rt_push_head);
364 static DEFINE_PER_CPU(struct callback_head, rt_pull_head);
A Ddeadline.c573 static DEFINE_PER_CPU(struct callback_head, dl_push_head);
574 static DEFINE_PER_CPU(struct callback_head, dl_pull_head);
/linux/arch/x86/mm/
A Dtlb.c333 static void l1d_flush_force_sigbus(struct callback_head *ch) in l1d_flush_force_sigbus()
/linux/kernel/irq/
A Dmanage.c1212 static void irq_thread_dtor(struct callback_head *unused) in irq_thread_dtor()
1256 struct callback_head on_exit_work; in irq_thread()

Completed in 72 milliseconds

12