Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtask_work.h16 int task_work_add(struct task_struct *task, struct callback_head *twork, bool);
/Linux-v4.19/kernel/
Dtask_work.c28 task_work_add(struct task_struct *task, struct callback_head *work, bool notify) in task_work_add() function
/Linux-v4.19/security/yama/
Dyama_lsm.c106 if (task_work_add(current, &info->work, true) == 0) in report_access()
/Linux-v4.19/fs/
Dfile_table.c336 if (!task_work_add(task, &file->f_u.fu_rcuhead, true)) in fput()
Dnamespace.c1170 if (!task_work_add(task, &mnt->mnt_rcu, true)) in mntput_no_expire()
/Linux-v4.19/security/keys/
Dkeyctl.c1568 ret = task_work_add(parent, newwork, true); in keyctl_session_to_parent()
/Linux-v4.19/kernel/irq/
Dmanage.c1013 task_work_add(current, &on_exit_work, false); in irq_thread()
/Linux-v4.19/kernel/events/
Duprobes.c1521 task_work_add(t, &t->utask->dup_xol_work, true); in uprobe_copy_process()
/Linux-v4.19/arch/x86/kernel/cpu/
Dintel_rdt_rdtgroup.c558 ret = task_work_add(tsk, &callback->work, true); in __rdtgroup_move_task()
/Linux-v4.19/kernel/sched/
Dfair.c2633 task_work_add(curr, work, true); in task_tick_numa()