Home
last modified time | relevance | path

Searched refs:callback_head (Results 1 - 25 of 64) sorted by relevance

123

/kernel/linux/linux-5.10/kernel/
H 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()
69 struct callback_head *
71 bool (*match)(struct callback_head *, void *data), in task_work_cancel_match()
74 struct callback_head **pprev = &task->task_works; in task_work_cancel_match()
75 struct callback_head *work; in task_work_cancel_match()
98 static bool task_work_func_match(struct callback_head *cb, void *data) in task_work_func_match()
114 struct callback_head *
131 struct callback_head *wor in task_work_run()
[all...]
/kernel/linux/linux-6.6/kernel/
H A 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()
86 struct callback_head *
88 bool (*match)(struct callback_head *, void *data), in task_work_cancel_match()
91 struct callback_head **pprev = &task->task_works; in task_work_cancel_match()
92 struct callback_head *work; in task_work_cancel_match()
117 static bool task_work_func_match(struct callback_head *cb, void *data) in task_work_func_match()
133 struct callback_head *
150 struct callback_head *wor in task_work_run()
[all...]
/kernel/linux/linux-5.10/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()
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);
H A Dtypes.h198 * struct callback_head - callback structure for use with RCU and task_work
216 struct callback_head { struct
217 struct callback_head *next;
218 void (*func)(struct callback_head *head);
220 #define rcu_head callback_head
H A Duprobes.h71 struct callback_head dup_xol_work;
H A Dposix-timers.h139 struct callback_head work;
/kernel/linux/linux-6.6/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()
28 int task_work_add(struct task_struct *task, struct callback_head *twork,
31 struct callback_head *task_work_cancel_match(struct task_struct *task,
32 bool (*match)(struct callback_head *, void *data), void *data);
33 struct callback_head *task_work_cancel(struct task_struct *, task_work_func_t);
H A Dtypes.h214 * struct callback_head - callback structure for use with RCU and task_work
232 struct callback_head { struct
233 struct callback_head *next;
234 void (*func)(struct callback_head *head);
236 #define rcu_head callback_head
H A Dio_uring_types.h67 struct callback_head task_work;
368 struct callback_head poll_wq_task_work;
H A Dsched.h1233 struct callback_head *task_works;
1385 struct callback_head numa_work;
1441 struct callback_head cid_work;
1622 struct callback_head mce_kill_me;
1640 struct callback_head l1d_flush_kill;
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dcore_read_macros.c6 struct callback_head { struct
7 struct callback_head *next;
8 void (*func)(struct callback_head *head);
13 * matches callback_head. We just defined ___shuffled flavor to make it easier
18 void (*func)(struct callback_head *head);
28 struct callback_head u_probe_in; in test_core_read_macros()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_ordering.c45 struct callback_head { struct
46 struct callback_head *next;
47 void (*func)(struct callback_head *);
55 struct callback_head cb;
H A Dkfree_skb.c19 struct callback_head { struct
20 struct callback_head *next;
21 void (*func)(struct callback_head *head);
24 struct callback_head rcuhead;
64 struct callback_head *ptr; in BPF_PROG()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_ordering.c45 struct callback_head { struct
46 struct callback_head *next;
47 void (*func)(struct callback_head *);
55 struct callback_head cb;
H A Dkfree_skb.c19 struct callback_head { struct
20 struct callback_head *next;
21 void (*func)(struct callback_head *head);
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()
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/
H A Dtypes.h121 * struct callback_head - callback structure for use with RCU and task_work
139 struct callback_head { struct
140 struct callback_head *next;
141 void (*func)(struct callback_head *head);
143 #define rcu_head callback_head
/kernel/linux/linux-6.6/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.c60 struct callback_head create_work;
141 static void create_worker_cb(struct callback_head *cb);
201 static bool io_task_worker_match(struct callback_head *cb, void *data) in io_task_worker_match()
216 struct callback_head *cb = task_work_cancel_match(wq->task, in io_worker_exit()
334 static void create_worker_cb(struct callback_head *cb) in create_worker_cb()
765 static void create_worker_cont(struct callback_head *cb) in create_worker_cont()
1198 static bool io_task_work_match(struct callback_head *cb, void *data) in io_task_work_match()
1215 struct callback_head *cb; in io_wq_cancel_tw_create()
/kernel/linux/linux-5.10/io_uring/
H A Dio-wq.c55 struct callback_head create_work;
143 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()
220 struct callback_head *cb = task_work_cancel_match(wq->task, in io_worker_exit()
321 static void create_worker_cb(struct callback_head *cb) in create_worker_cb()
755 static void create_worker_cont(struct callback_head *cb) in create_worker_cont()
1206 static bool io_task_work_match(struct callback_head *cb, void *data) in io_task_work_match()
1223 struct callback_head *cb; in io_wq_cancel_tw_create()
/kernel/linux/linux-5.10/include/acpi/
H A Dghes.h38 struct callback_head task_work;
/kernel/linux/linux-6.6/include/acpi/
H A Dghes.h40 struct callback_head task_work;
/kernel/linux/linux-5.10/security/yama/
H A Dyama_lsm.c45 struct callback_head work;
51 static void __report_access(struct callback_head *work) in __report_access()
/kernel/linux/linux-6.6/security/yama/
H A Dyama_lsm.c45 struct callback_head work;
51 static void __report_access(struct callback_head *work) in __report_access()

Completed in 17 milliseconds

123