Searched refs:callback_head (Results 1 - 25 of 36) sorted by last modified time

12

/linux-master/drivers/android/
H A Dbinder.c1888 * @twork: callback_head for task work
1895 struct callback_head twork;
1912 static void binder_do_fd_close(struct callback_head *twork)
/linux-master/io_uring/
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)
H A Dio_uring.h88 void tctx_task_work(struct callback_head *cb);
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;
/linux-master/include/linux/
H A Dio_uring_types.h99 struct callback_head task_work;
412 struct callback_head poll_wq_task_work;
H A Dfs.h994 struct callback_head f_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;
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 Dposix-timers_types.h69 struct callback_head work;
H A Dperf_event.h787 struct callback_head pending_task;
/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/fs/xfs/
H A Dxfs_buf.c306 struct callback_head *cb)
/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/sched/
H A Dcore.c11924 static void task_mm_cid_work(struct callback_head *work)
11984 struct callback_head *work = &curr->cid_work;
H A Dfair.c3200 static void task_numa_work(struct callback_head *work)
3494 struct callback_head *work = &curr->numa_work;
/linux-master/kernel/events/
H A Duprobes.c1781 static void dup_xol_work(struct callback_head *work)
H A Dcore.c6805 static void perf_pending_task(struct callback_head *head)
/linux-master/drivers/acpi/apei/
H A Dghes.c471 static void ghes_kick_task_work(struct callback_head *head)
/linux-master/arch/x86/mm/
H A Dtlb.c340 static void l1d_flush_force_sigbus(struct callback_head *ch)
/linux-master/net/ipv4/
H A Dfib_trie.c492 struct callback_head *head = &tn_info(tn)->rcu;
/linux-master/fs/
H A Dfile_table.c448 static void ____fput(struct callback_head *work)
/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 Dkeyctl.c1629 struct callback_head *newwork, *oldwork;
H A Dinternal.h163 extern void key_change_session_keyring(struct callback_head *twork);
/linux-master/include/acpi/
H A Dghes.h40 struct callback_head task_work;

Completed in 455 milliseconds

12