| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | core_read_macros.c | 6 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 D | btf_dump_test_case_ordering.c | 45 struct callback_head { struct 46 struct callback_head *next; argument 47 void (*func)(struct callback_head *); argument 55 struct callback_head cb;
|
| H A D | kfree_skb.c | 19 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 D | test_core_read_macros.c | 16 struct callback_head k_probe_in = {}; 19 struct callback_head *u_probe_in = 0;
|
| H A D | exhandler_kern.c | 22 struct callback_head *work; in BPF_PROG()
|
| /linux/include/linux/ |
| H A D | types.h | 242 struct callback_head { struct 243 struct callback_head *next; argument 244 void (*func)(struct callback_head *head); argument 246 #define rcu_head callback_head
|
| H A D | posix-timers_types.h | 69 struct callback_head work;
|
| H A D | io_uring_types.h | 127 struct callback_head task_work; 443 struct callback_head poll_wq_task_work;
|
| H A D | sched.h | 888 struct callback_head sched_throttle_work; 1210 struct callback_head *task_works; 1372 struct callback_head numa_work; 1601 struct callback_head mce_kill_me; 1619 struct callback_head l1d_flush_kill;
|
| H A D | uprobes.h | 142 struct callback_head dup_xol_work;
|
| /linux/io_uring/ |
| H A D | io-wq.c | 61 struct callback_head create_work; 150 static void create_worker_cb(struct callback_head *cb); 220 static bool io_task_worker_match(struct callback_head *cb, void *data) in io_task_worker_match() 236 struct callback_head *cb = task_work_cancel_match(wq->task, in io_worker_exit() 349 static void create_worker_cb(struct callback_head *cb) in create_worker_cb() 835 static void create_worker_cont(struct callback_head *cb) in create_worker_cont() 1284 static bool io_task_work_match(struct callback_head *cb, void *data) in io_task_work_match() 1301 struct callback_head *cb; in io_wq_cancel_tw_create()
|
| H A D | io_uring.c | 1193 void tctx_task_work(struct callback_head *cb) in tctx_task_work() 2886 static __cold void io_activate_pollwq_cb(struct callback_head *cb) in io_activate_pollwq_cb() 2962 struct callback_head task_work; 2967 static __cold void io_tctx_exit_cb(struct callback_head *cb) in io_tctx_exit_cb()
|
| /linux/Documentation/bpf/ |
| H A D | drgn.rst | 202 .rcu = (struct callback_head){ 203 .next = (struct callback_head *)0x0, 204 .func = (void (*)(struct callback_head *))0x0,
|
| /linux/security/yama/ |
| H A D | yama_lsm.c | 46 struct callback_head work; 52 static void __report_access(struct callback_head *work) in __report_access()
|
| /linux/tools/testing/selftests/bpf/test_kmods/ |
| H A D | bpf_testmod_kfunc.h | 84 struct callback_head rcu;
|
| /linux/security/keys/ |
| H A D | internal.h | 163 extern void key_change_session_keyring(struct callback_head *twork);
|
| H A D | process_keys.c | 911 void key_change_session_keyring(struct callback_head *twork) in key_change_session_keyring()
|
| H A D | keyctl.c | 1630 struct callback_head *newwork, *oldwork; in keyctl_session_to_parent()
|
| /linux/arch/x86/kernel/cpu/mce/ |
| H A D | core.c | 1434 static void kill_me_now(struct callback_head *ch) in kill_me_now() 1442 static void kill_me_maybe(struct callback_head *cb) in kill_me_maybe() 1477 static void kill_me_never(struct callback_head *cb) in kill_me_never() 1489 static void queue_task_work(struct mce_hw_err *err, char *msg, void (*func)(struct callback_head *)) in queue_task_work() argument
|
| /linux/fs/ |
| H A D | file_table.c | 494 static void ____fput(struct callback_head *work) in ____fput()
|
| /linux/drivers/acpi/apei/ |
| H A D | ghes.c | 480 struct callback_head twork; 485 static void memory_failure_cb(struct callback_head *twork) in memory_failure_cb()
|
| /linux/kernel/irq/ |
| H A D | manage.c | 1157 static void irq_thread_dtor(struct callback_head *unused) in irq_thread_dtor() 1225 struct callback_head on_exit_work; in irq_thread()
|
| /linux/kernel/cgroup/ |
| H A D | cpuset.c | 2735 static void flush_migrate_mm_task_workfn(struct callback_head *head) in flush_migrate_mm_task_workfn() 2743 struct callback_head *flush_cb; in schedule_flush_migrate_mm() 2745 flush_cb = kzalloc(sizeof(struct callback_head), GFP_KERNEL); in schedule_flush_migrate_mm()
|
| /linux/arch/x86/mm/ |
| H A D | tlb.c | 623 static void l1d_flush_force_sigbus(struct callback_head *ch) in l1d_flush_force_sigbus()
|
| /linux/fs/xfs/ |
| H A D | xfs_zone_alloc.c | 31 struct callback_head *cb) in xfs_open_zone_free_rcu()
|