Searched refs:task_work_add (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/include/linux/ |
D | task_work.h | 15 int task_work_add(struct task_struct *task, struct callback_head *twork, bool);
|
/linux-4.4.14/kernel/ |
D | task_work.c | 27 task_work_add(struct task_struct *task, struct callback_head *work, bool notify) in task_work_add() function
|
/linux-4.4.14/fs/ |
D | file_table.c | 271 if (!task_work_add(task, &file->f_u.fu_rcuhead, true)) in fput()
|
D | namespace.c | 1126 if (!task_work_add(task, &mnt->mnt_rcu, true)) in mntput_no_expire()
|
/linux-4.4.14/security/keys/ |
D | keyctl.c | 1533 ret = task_work_add(parent, newwork, true); in keyctl_session_to_parent()
|
/linux-4.4.14/kernel/irq/ |
D | manage.c | 950 task_work_add(current, &on_exit_work, false); in irq_thread()
|
/linux-4.4.14/kernel/events/ |
D | uprobes.c | 1504 task_work_add(t, &t->utask->dup_xol_work, true); in uprobe_copy_process()
|
/linux-4.4.14/kernel/sched/ |
D | fair.c | 2312 task_work_add(curr, work, true); in task_tick_numa()
|