Searched refs:task_call_func (Results 1 – 3 of 3) sorted by relevance
329 ret = task_call_func(task, klp_check_and_switch_task, &old_name); in klp_try_switch_task() 364 * klp_try_switch_task(). Thanks to task_call_func() they won't be in klp_try_switch_task()
1238 extern int task_call_func(struct task_struct *p, task_call_f func, void *arg);
4274 int task_call_func(struct task_struct *p, task_call_f func, void *arg) in task_call_func() function