/openbmc/linux/include/linux/ |
H A D | task_work.h | 32 int task_work_add(struct task_struct *task, struct callback_head *twork,
|
/openbmc/linux/kernel/ |
H A D | task_work.c | 54 int task_work_add(struct task_struct *task, struct callback_head *work, in task_work_add() function
|
/openbmc/linux/io_uring/ |
H A D | msg_ring.c | 86 if (task_work_add(ctx->submitter_task, &msg->tw, TWA_SIGNAL)) in io_msg_exec_remote()
|
H A D | io-wq.c | 389 if (!task_work_add(wq->task, &worker->create_work, TWA_SIGNAL)) { in io_queue_worker_create()
|
H A D | io_uring.c | 1360 if (likely(!task_work_add(req->task, &tctx->task_work, ctx->notify_method))) in io_req_normal_work_add() 3013 if (task_work_add(ctx->submitter_task, &ctx->poll_wq_task_work, TWA_SIGNAL)) in io_activate_pollwq() 3170 ret = task_work_add(node->task, &exit.task_work, TWA_SIGNAL); in io_ring_exit_work()
|
/openbmc/linux/drivers/block/ |
H A D | Kconfig | 382 Say Y if you want to get better performance because task_work_add() 384 shared between IO tasks and ubq daemon, meantime task_work_add() can 385 can handle batch more effectively, but task_work_add() isn't exported
|
/openbmc/linux/security/yama/ |
H A D | yama_lsm.c | 102 if (task_work_add(current, &info->work, TWA_RESUME) == 0) in report_access()
|
/openbmc/linux/fs/ |
H A D | file_table.c | 440 if (!task_work_add(task, &file->f_rcuhead, TWA_RESUME)) in fput()
|
H A D | namespace.c | 1333 if (!task_work_add(task, &mnt->mnt_rcu, TWA_RESUME)) in mntput_no_expire()
|
/openbmc/linux/arch/x86/mm/ |
H A D | tlb.c | 366 task_work_add(next, &next->l1d_flush_kill, TWA_RESUME); in l1d_flush_evaluate()
|
/openbmc/linux/kernel/time/ |
H A D | posix-cpu-timers.c | 1255 task_work_add(tsk, &tsk->posix_cputimers_work.work, TWA_RESUME); in __run_posix_cpu_timers()
|
/openbmc/linux/drivers/acpi/apei/ |
H A D | ghes.c | 1049 ret = task_work_add(current, &estatus_node->task_work, in ghes_proc_in_irq()
|
/openbmc/linux/security/keys/ |
H A D | keyctl.c | 1701 ret = task_work_add(parent, newwork, TWA_RESUME); in keyctl_session_to_parent()
|
/openbmc/linux/kernel/irq/ |
H A D | manage.c | 1317 task_work_add(current, &on_exit_work, TWA_NONE); in irq_thread()
|
/openbmc/linux/arch/x86/kernel/cpu/mce/ |
H A D | core.c | 1404 task_work_add(current, ¤t->mce_kill_me, TWA_RESUME); in queue_task_work()
|
/openbmc/linux/kernel/events/ |
H A D | uprobes.c | 1825 task_work_add(t, &t->utask->dup_xol_work, TWA_RESUME); in uprobe_copy_process()
|
H A D | core.c | 2295 !task_work_add(current, &event->pending_task, TWA_RESUME)) { in event_sched_out()
|
/openbmc/linux/drivers/android/ |
H A D | binder.c | 1939 task_work_add(current, &twcb->twork, TWA_RESUME); in binder_deferred_fd_close()
|
/openbmc/linux/kernel/sched/ |
H A D | core.c | 12052 task_work_add(curr, work, TWA_RESUME | TWAF_NO_ALLOC); in task_tick_mm_cid()
|
H A D | fair.c | 3584 task_work_add(curr, work, TWA_RESUME); in task_tick_numa()
|