Home
last modified time | relevance | path

Searched refs:task_work_add (Results 1 – 19 of 19) sorted by relevance

/Linux-v6.1/include/linux/
Dtask_work.h28 int task_work_add(struct task_struct *task, struct callback_head *twork,
/Linux-v6.1/kernel/
Dtask_work.c42 int task_work_add(struct task_struct *task, struct callback_head *work, in task_work_add() function
/Linux-v6.1/fs/
Dfile_table.c376 if (!task_work_add(task, &file->f_rcuhead, TWA_RESUME)) in fput()
Dnamespace.c1265 if (!task_work_add(task, &mnt->mnt_rcu, TWA_RESUME)) in mntput_no_expire()
/Linux-v6.1/security/yama/
Dyama_lsm.c102 if (task_work_add(current, &info->work, TWA_RESUME) == 0) in report_access()
/Linux-v6.1/drivers/block/
DKconfig411 Say Y if you want to get better performance because task_work_add()
413 shared between IO tasks and ubq daemon, meantime task_work_add() can
414 can handle batch more effectively, but task_work_add() isn't exported
Dublk_drv.c828 if (task_work_add(ubq->ubq_daemon, &data->work, in ublk_queue_cmd()
/Linux-v6.1/arch/x86/mm/
Dtlb.c359 task_work_add(next, &next->l1d_flush_kill, TWA_RESUME); in l1d_flush_evaluate()
/Linux-v6.1/drivers/acpi/apei/
Dghes.c991 ret = task_work_add(current, &estatus_node->task_work, in ghes_proc_in_irq()
/Linux-v6.1/kernel/time/
Dposix-cpu-timers.c1211 task_work_add(tsk, &tsk->posix_cputimers_work.work, TWA_RESUME); in __run_posix_cpu_timers()
/Linux-v6.1/io_uring/
Dio-wq.c373 if (!task_work_add(wq->task, &worker->create_work, TWA_SIGNAL)) { in io_queue_worker_create()
Dio_uring.c1148 if (likely(!task_work_add(req->task, &tctx->task_work, ctx->notify_method))) in __io_req_task_work_add()
2784 ret = task_work_add(node->task, &exit.task_work, TWA_SIGNAL); in io_ring_exit_work()
/Linux-v6.1/security/keys/
Dkeyctl.c1696 ret = task_work_add(parent, newwork, TWA_RESUME); in keyctl_session_to_parent()
/Linux-v6.1/arch/x86/kernel/cpu/mce/
Dcore.c1375 task_work_add(current, &current->mce_kill_me, TWA_RESUME); in queue_task_work()
/Linux-v6.1/kernel/irq/
Dmanage.c1305 task_work_add(current, &on_exit_work, TWA_NONE); in irq_thread()
/Linux-v6.1/kernel/events/
Duprobes.c1824 task_work_add(t, &t->utask->dup_xol_work, TWA_RESUME); in uprobe_copy_process()
Dcore.c2295 task_work_add(current, &event->pending_task, TWA_RESUME); in event_sched_out()
/Linux-v6.1/drivers/android/
Dbinder.c1928 task_work_add(current, &twcb->twork, TWA_RESUME); in binder_deferred_fd_close()
/Linux-v6.1/kernel/sched/
Dfair.c3145 task_work_add(curr, work, TWA_RESUME); in task_tick_numa()