Home
last modified time | relevance | path

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

12

/openbmc/linux/kernel/
H A Dtask_work.c7 static struct callback_head work_exited; /* all we need is ->next == NULL */
54 int task_work_add(struct task_struct *task, struct callback_head *work, in task_work_add()
57 struct callback_head *head; in task_work_add()
121 struct callback_head *
123 bool (*match)(struct callback_head *, void *data), in task_work_cancel_match() argument
126 struct callback_head **pprev = &task->task_works; in task_work_cancel_match()
127 struct callback_head *work; in task_work_cancel_match()
152 static bool task_work_func_match(struct callback_head *cb, void *data) in task_work_func_match()
168 struct callback_head *
174 static bool task_work_match(struct callback_head *cb, void *data) in task_work_match()
[all …]
/openbmc/linux/include/linux/
H 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()
32 int task_work_add(struct task_struct *task, struct callback_head *twork,
35 struct callback_head *task_work_cancel_match(struct task_struct *task,
36 bool (*match)(struct callback_head *, void *data), void *data);
37 struct callback_head *task_work_cancel_func(struct task_struct *, task_work_func_t);
38 bool task_work_cancel(struct task_struct *task, struct callback_head *cb);
H A Dtypes.h232 struct callback_head { struct
233 struct callback_head *next; argument
234 void (*func)(struct callback_head *head); argument
236 #define rcu_head callback_head
H A Dio_uring_types.h67 struct callback_head task_work;
367 struct callback_head poll_wq_task_work;
H A Dsched.h1120 struct callback_head *task_works;
1272 struct callback_head numa_work;
1328 struct callback_head cid_work;
1509 struct callback_head mce_kill_me;
1527 struct callback_head l1d_flush_kill;
H A Dposix-timers.h145 struct callback_head work;
H A Duprobes.h71 struct callback_head dup_xol_work;
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H 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()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H 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;
H 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()
H A Dtest_core_read_macros.c16 struct callback_head k_probe_in = {};
19 struct callback_head *u_probe_in = 0;
H A Dexhandler_kern.c22 struct callback_head *work; in BPF_PROG()
/openbmc/u-boot/include/linux/
H A Dcompat.h310 struct callback_head { struct
311 struct callback_head *next; argument
312 void (*func)(struct callback_head *head); argument
314 #define rcu_head callback_head
/openbmc/linux/io_uring/
H A Dmsg_ring.c24 struct callback_head tw;
92 static void io_msg_tw_complete(struct callback_head *head) in io_msg_tw_complete()
210 static void io_msg_tw_fd_complete(struct callback_head *head) in io_msg_tw_fd_complete()
H A Dio-wq.c63 struct callback_head create_work;
144 static void create_worker_cb(struct callback_head *cb);
204 static bool io_task_worker_match(struct callback_head *cb, void *data) in io_task_worker_match()
219 struct callback_head *cb = task_work_cancel_match(wq->task, in io_worker_exit()
337 static void create_worker_cb(struct callback_head *cb) in create_worker_cb()
774 static void create_worker_cont(struct callback_head *cb) in create_worker_cont()
1207 static bool io_task_work_match(struct callback_head *cb, void *data) in io_task_work_match()
1224 struct callback_head *cb; in io_wq_cancel_tw_create()
H A Dio_uring.h69 void tctx_task_work(struct callback_head *cb);
/openbmc/linux/Documentation/bpf/
H A Ddrgn.rst202 .rcu = (struct callback_head){
203 .next = (struct callback_head *)0x0,
204 .func = (void (*)(struct callback_head *))0x0,
/openbmc/linux/include/acpi/
H A Dghes.h40 struct callback_head task_work;
/openbmc/linux/security/yama/
H A Dyama_lsm.c45 struct callback_head work;
51 static void __report_access(struct callback_head *work) in __report_access()
/openbmc/linux/security/keys/
H A Dinternal.h170 extern void key_change_session_keyring(struct callback_head *twork);
H A Dprocess_keys.c911 void key_change_session_keyring(struct callback_head *twork) in key_change_session_keyring()
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c1324 static void kill_me_now(struct callback_head *ch) in kill_me_now()
1332 static void kill_me_maybe(struct callback_head *cb) in kill_me_maybe()
1367 static void kill_me_never(struct callback_head *cb) in kill_me_never()
1379 static void queue_task_work(struct mce *m, char *msg, void (*func)(struct callback_head *)) in queue_task_work() argument
/openbmc/linux/fs/
H A Dfile_table.c410 static void ____fput(struct callback_head *work) in ____fput()
/openbmc/linux/arch/x86/mm/
H A Dtlb.c341 static void l1d_flush_force_sigbus(struct callback_head *ch) in l1d_flush_force_sigbus()
/openbmc/linux/kernel/irq/
H A Dmanage.c1231 static void irq_thread_dtor(struct callback_head *unused) in irq_thread_dtor()
1300 struct callback_head on_exit_work; in irq_thread()

12