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

12

/linux-master/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)
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 Dposix-timers_types.h69 struct callback_head work;
H A Dtypes.h217 * struct callback_head - callback structure for use with RCU and task_work
235 struct callback_head { struct
236 struct callback_head *next;
237 void (*func)(struct callback_head *head);
239 #define rcu_head callback_head
H A Duprobes.h71 struct callback_head dup_xol_work;
H A Dio_uring_types.h99 struct callback_head task_work;
412 struct callback_head poll_wq_task_work;
H A Dsched.h1124 struct callback_head *task_works;
1277 struct callback_head numa_work;
1333 struct callback_head cid_work;
1518 struct callback_head mce_kill_me;
1536 struct callback_head l1d_flush_kill;
/linux-master/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 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;
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;
/linux-master/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,
45 struct callback_head *head;
86 struct callback_head *
88 bool (*match)(struct callback_head *, void *data),
91 struct callback_head **pprev = &task->task_works;
92 struct callback_head *work;
117 static bool task_work_func_match(struct callback_head *cb, void *data)
133 struct callback_head *
150 struct callback_head *wor
[all...]
/linux-master/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;
/linux-master/include/acpi/
H A Dghes.h40 struct callback_head task_work;
/linux-master/io_uring/
H A Dmsg_ring.c24 struct callback_head tw;
92 static void io_msg_tw_complete(struct callback_head *head)
210 static void io_msg_tw_fd_complete(struct callback_head *head)
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)
216 struct callback_head *cb = task_work_cancel_match(wq->task,
334 static void create_worker_cb(struct callback_head *cb)
765 static void create_worker_cont(struct callback_head *cb)
1198 static bool io_task_work_match(struct callback_head *cb, void *data)
1215 struct callback_head *cb;
H A Dio_uring.h88 void tctx_task_work(struct callback_head *cb);
H A Dio_uring.c1281 void tctx_task_work(struct callback_head *cb)
2938 static __cold void io_activate_pollwq_cb(struct callback_head *cb)
3015 struct callback_head task_work;
3020 static __cold void io_tctx_exit_cb(struct callback_head *cb)
/linux-master/security/yama/
H A Dyama_lsm.c46 struct callback_head work;
52 static void __report_access(struct callback_head *work)
/linux-master/security/keys/
H A Dinternal.h163 extern void key_change_session_keyring(struct callback_head *twork);
H A Dprocess_keys.c911 void key_change_session_keyring(struct callback_head *twork)
/linux-master/fs/
H A Dfile_table.c448 static void ____fput(struct callback_head *work)
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c1340 static void kill_me_now(struct callback_head *ch)
1348 static void kill_me_maybe(struct callback_head *cb)
1383 static void kill_me_never(struct callback_head *cb)
1395 static void queue_task_work(struct mce *m, char *msg, void (*func)(struct callback_head *))
/linux-master/arch/x86/mm/
H A Dtlb.c340 static void l1d_flush_force_sigbus(struct callback_head *ch)
/linux-master/kernel/irq/
H A Dmanage.c1232 static void irq_thread_dtor(struct callback_head *unused)
1301 struct callback_head on_exit_work;
/linux-master/kernel/time/
H A Dposix-cpu-timers.c1164 static void posix_cpu_timers_work(struct callback_head *work)

Completed in 489 milliseconds

12