Home
last modified time | relevance | path

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

12

/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()
/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()
/linux/io_uring/
H A Dio-wq.c64 struct callback_head create_work;
153 static void create_worker_cb(struct callback_head *cb);
226 static bool io_task_worker_match(struct callback_head *cb, void *data) in io_task_worker_match()
242 struct callback_head *cb = task_work_cancel_match(wq->task, in io_worker_exit()
355 static void create_worker_cb(struct callback_head *cb) in create_worker_cb()
849 static void create_worker_cont(struct callback_head *cb) in create_worker_cont()
1314 static bool io_task_work_match(struct callback_head *cb, void *data) in io_task_work_match()
1331 struct callback_head *cb; in io_wq_cancel_tw_create()
H A Dmsg_ring.c23 struct callback_head tw;
228 static void io_msg_tw_fd_complete(struct callback_head *head) in io_msg_tw_fd_complete()
H A Dtw.c127 void tctx_task_work(struct callback_head *cb) in tctx_task_work()
H A Dio_uring.c2208 static __cold void io_activate_pollwq_cb(struct callback_head *cb) in io_activate_pollwq_cb()
2287 struct callback_head task_work;
2292 static __cold void io_tctx_exit_cb(struct callback_head *cb) in io_tctx_exit_cb()
/linux/security/landlock/
H A Dtsync.c60 struct callback_head work;
160 static void restrict_one_thread_callback(struct callback_head *work) in restrict_one_thread_callback()
/linux/security/yama/
H A Dyama_lsm.c46 struct callback_head work;
52 static void __report_access(struct callback_head *work) in __report_access()
/linux/include/linux/
H A Dsched.h907 struct callback_head sched_throttle_work;
1229 struct callback_head *task_works;
1393 struct callback_head numa_work;
1434 struct callback_head cache_work;
1636 struct callback_head mce_kill_me;
1654 struct callback_head l1d_flush_kill;
H A Dio_uring_types.h161 struct callback_head task_work;
514 struct callback_head poll_wq_task_work;
H A Dperf_event.h881 struct callback_head pending_task;
/linux/kernel/unwind/
H A Ddeferred.c187 static void unwind_deferred_task_work(struct callback_head *head) in unwind_deferred_task_work()
/linux/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) in key_change_session_keyring()
H A Dkeyctl.c1642 struct callback_head *newwork, *oldwork; in keyctl_session_to_parent()
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod_kfunc.h91 struct callback_head rcu;
/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c1408 static void kill_me_now(struct callback_head *ch) in kill_me_now()
1416 static void kill_me_maybe(struct callback_head *cb) in kill_me_maybe()
1451 static void kill_me_never(struct callback_head *cb) in kill_me_never()
1463 static void queue_task_work(struct mce_hw_err *err, char *msg, void (*func)(struct callback_head *)) in queue_task_work() argument
/linux/drivers/acpi/apei/
H A Dghes.c484 struct callback_head twork;
489 static void memory_failure_cb(struct callback_head *twork) in memory_failure_cb()
/linux/kernel/cgroup/
H A Dcpuset.c2620 static void flush_migrate_mm_task_workfn(struct callback_head *head) in flush_migrate_mm_task_workfn()
2628 struct callback_head *flush_cb; in schedule_flush_migrate_mm()
2630 flush_cb = kzalloc_obj(struct callback_head); in schedule_flush_migrate_mm()
/linux/kernel/irq/
H A Dmanage.c1179 static void irq_thread_dtor(struct callback_head *unused) in irq_thread_dtor()
1247 struct callback_head on_exit_work; in irq_thread()
/linux/kernel/time/
H A Dposix-cpu-timers.c1191 static void posix_cpu_timers_work(struct callback_head *work) in posix_cpu_timers_work()
/linux/fs/xfs/
H A Dxfs_zone_alloc.c32 struct callback_head *cb) in xfs_open_zone_free_rcu()

12