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