Searched refs:task_work_add (Results 1 – 20 of 20) sorted by relevance
/linux-6.14.4/include/linux/ |
D | task_work.h | 29 int task_work_add(struct task_struct *task, struct callback_head *twork,
|
/linux-6.14.4/kernel/ |
D | task_work.c | 54 int task_work_add(struct task_struct *task, struct callback_head *work, in task_work_add() function
|
/linux-6.14.4/drivers/block/ |
D | Kconfig | 391 Say Y if you want to get better performance because task_work_add() 393 shared between IO tasks and ubq daemon, meantime task_work_add() can 394 can handle batch more effectively, but task_work_add() isn't exported
|
/linux-6.14.4/security/yama/ |
D | yama_lsm.c | 101 if (task_work_add(current, &info->work, TWA_RESUME) == 0) in report_access()
|
/linux-6.14.4/io_uring/ |
D | msg_ring.c | 250 if (task_work_add(task, &msg->tw, TWA_SIGNAL)) in io_msg_fd_remote()
|
D | io_uring.c | 1235 if (likely(!task_work_add(tctx->task, &tctx->task_work, ctx->notify_method))) in io_req_normal_work_add() 2776 if (task_work_add(ctx->submitter_task, &ctx->poll_wq_task_work, TWA_SIGNAL)) in io_activate_pollwq() 2920 ret = task_work_add(node->task, &exit.task_work, TWA_SIGNAL); in io_ring_exit_work()
|
D | io-wq.c | 388 if (!task_work_add(wq->task, &worker->create_work, TWA_SIGNAL)) { in io_queue_worker_create()
|
/linux-6.14.4/fs/ |
D | file_table.c | 525 if (!task_work_add(task, &file->f_task_work, TWA_RESUME)) in fput()
|
D | namespace.c | 1492 if (!task_work_add(task, &mnt->mnt_rcu, TWA_RESUME)) in mntput_no_expire()
|
/linux-6.14.4/arch/x86/mm/ |
D | tlb.c | 363 task_work_add(next, &next->l1d_flush_kill, TWA_RESUME); in l1d_flush_evaluate()
|
/linux-6.14.4/kernel/time/ |
D | posix-cpu-timers.c | 1223 task_work_add(tsk, &tsk->posix_cputimers_work.work, TWA_RESUME); in __run_posix_cpu_timers()
|
/linux-6.14.4/drivers/acpi/apei/ |
D | ghes.c | 1133 ret = task_work_add(current, &estatus_node->task_work, in ghes_proc_in_irq()
|
/linux-6.14.4/security/keys/ |
D | keyctl.c | 1701 ret = task_work_add(parent, newwork, TWA_RESUME); in keyctl_session_to_parent()
|
/linux-6.14.4/arch/x86/kernel/cpu/mce/ |
D | core.c | 1454 task_work_add(current, ¤t->mce_kill_me, TWA_RESUME); in queue_task_work()
|
/linux-6.14.4/kernel/irq/ |
D | manage.c | 1312 task_work_add(current, &on_exit_work, TWA_NONE); in irq_thread()
|
/linux-6.14.4/kernel/events/ |
D | uprobes.c | 2183 task_work_add(t, &t->utask->dup_xol_work, TWA_RESUME); in uprobe_copy_process()
|
D | core.c | 9953 !task_work_add(current, &event->pending_task, notify_mode)) { in __perf_event_overflow()
|
/linux-6.14.4/drivers/android/ |
D | binder.c | 2026 task_work_add(current, &twcb->twork, TWA_RESUME); in binder_deferred_fd_close()
|
/linux-6.14.4/kernel/sched/ |
D | core.c | 10588 task_work_add(curr, work, TWA_RESUME); in task_tick_mm_cid()
|
D | fair.c | 3630 task_work_add(curr, work, TWA_RESUME); in task_tick_numa()
|