Home
last modified time | relevance | path

Searched refs:task_call_func (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/livepatch/
H A Dtransition.c329 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()
/linux/include/linux/
H A Dwait.h1238 extern int task_call_func(struct task_struct *p, task_call_f func, void *arg);
/linux/kernel/sched/
H A Dcore.c4274 int task_call_func(struct task_struct *p, task_call_f func, void *arg) in task_call_func() function