Home
last modified time | relevance | path

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

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