Searched refs:task_work_add (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | task_work.h | 16 int task_work_add(struct task_struct *task, struct callback_head *twork, bool);
 | 
| /Linux-v5.4/kernel/ | 
| D | task_work.c | 28 task_work_add(struct task_struct *task, struct callback_head *work, bool notify)  in task_work_add()  function
 | 
| /Linux-v5.4/security/yama/ | 
| D | yama_lsm.c | 102 	if (task_work_add(current, &info->work, true) == 0)  in report_access()
 | 
| /Linux-v5.4/fs/ | 
| D | file_table.c | 341 			if (!task_work_add(task, &file->f_u.fu_rcuhead, true))  in fput_many()
 | 
| D | namespace.c | 1178 			if (!task_work_add(task, &mnt->mnt_rcu, true))  in mntput_no_expire()
 | 
| /Linux-v5.4/security/keys/ | 
| D | keyctl.c | 1625 	ret = task_work_add(parent, newwork, true);  in keyctl_session_to_parent()
 | 
| /Linux-v5.4/kernel/irq/ | 
| D | manage.c | 1089 	task_work_add(current, &on_exit_work, false);  in irq_thread()
 | 
| /Linux-v5.4/kernel/events/ | 
| D | uprobes.c | 1827 	task_work_add(t, &t->utask->dup_xol_work, true);  in uprobe_copy_process()
 | 
| /Linux-v5.4/arch/x86/kernel/cpu/resctrl/ | 
| D | rdtgroup.c | 560 	ret = task_work_add(tsk, &callback->work, true);  in __rdtgroup_move_task()
 | 
| /Linux-v5.4/drivers/android/ | 
| D | binder.c | 2257 		task_work_add(current, &twcb->twork, true);  in binder_deferred_fd_close()
 | 
| /Linux-v5.4/kernel/sched/ | 
| D | fair.c | 2699 			task_work_add(curr, work, true);  in task_tick_numa()
 |