Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtask_work.h15 int task_work_add(struct task_struct *task, struct callback_head *twork, bool);
/linux-4.4.14/kernel/
Dtask_work.c27 task_work_add(struct task_struct *task, struct callback_head *work, bool notify) in task_work_add() function
/linux-4.4.14/fs/
Dfile_table.c271 if (!task_work_add(task, &file->f_u.fu_rcuhead, true)) in fput()
Dnamespace.c1126 if (!task_work_add(task, &mnt->mnt_rcu, true)) in mntput_no_expire()
/linux-4.4.14/security/keys/
Dkeyctl.c1533 ret = task_work_add(parent, newwork, true); in keyctl_session_to_parent()
/linux-4.4.14/kernel/irq/
Dmanage.c950 task_work_add(current, &on_exit_work, false); in irq_thread()
/linux-4.4.14/kernel/events/
Duprobes.c1504 task_work_add(t, &t->utask->dup_xol_work, true); in uprobe_copy_process()
/linux-4.4.14/kernel/sched/
Dfair.c2312 task_work_add(curr, work, true); in task_tick_numa()