Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dtask_work.h22 int task_work_add(struct task_struct *task, struct callback_head *twork,
/kernel/linux/linux-5.10/kernel/
Dtask_work.c32 int task_work_add(struct task_struct *task, struct callback_head *work, in task_work_add() function
/kernel/linux/linux-5.10/fs/
Dfile_table.c342 if (!task_work_add(task, &file->f_u.fu_rcuhead, TWA_RESUME)) in fput_many()
Dnamespace.c1198 if (!task_work_add(task, &mnt->mnt_rcu, TWA_RESUME)) in mntput_no_expire()
/kernel/linux/linux-5.10/security/yama/
Dyama_lsm.c102 if (task_work_add(current, &info->work, TWA_RESUME) == 0) in report_access()
/kernel/linux/linux-5.10/kernel/time/
Dposix-cpu-timers.c1146 task_work_add(tsk, &tsk->posix_cputimers_work.work, TWA_RESUME); in __run_posix_cpu_timers()
/kernel/linux/linux-5.10/drivers/acpi/apei/
Dghes.c991 ret = task_work_add(current, &estatus_node->task_work, in ghes_proc_in_irq()
/kernel/linux/linux-5.10/io_uring/
Dio-wq.c364 if (!task_work_add(wq->task, &worker->create_work, TWA_SIGNAL)) { in io_queue_worker_create()
Dio_uring.c2244 if (!task_work_add(tsk, &tctx->task_work, notify)) { in io_req_task_work_add()
9457 ret = task_work_add(node->task, &exit.task_work, TWA_SIGNAL); in io_ring_exit_work()
/kernel/linux/linux-5.10/security/keys/
Dkeyctl.c1696 ret = task_work_add(parent, newwork, TWA_RESUME); in keyctl_session_to_parent()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
Dcore.c1296 task_work_add(current, &current->mce_kill_me, TWA_RESUME); in queue_task_work()
/kernel/linux/linux-5.10/kernel/irq/
Dmanage.c1211 task_work_add(current, &on_exit_work, TWA_NONE); in irq_thread()
/kernel/linux/linux-5.10/kernel/events/
Duprobes.c1826 task_work_add(t, &t->utask->dup_xol_work, TWA_RESUME); in uprobe_copy_process()
/kernel/linux/linux-5.10/drivers/android/
Dbinder.c2311 task_work_add(current, &twcb->twork, TWA_RESUME); in binder_deferred_fd_close()
/kernel/linux/linux-5.10/kernel/sched/
Dfair.c2968 task_work_add(curr, work, TWA_RESUME); in task_tick_numa()