Home
last modified time | relevance | path

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

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