Home
last modified time | relevance | path

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

/linux/kernel/
H A Dfreezer.c150 return task_call_func(p, __set_task_frozen, NULL); in __freeze_task()
206 if (frozen(p) && !task_call_func(p, __restore_freezer_state, NULL)) in __thaw_task()
/linux/kernel/livepatch/
H A Dtransition.c329 ret = task_call_func(task, klp_check_and_switch_task, &old_name); in klp_try_switch_task()
/linux/include/linux/
H A Dwait.h1253 extern int task_call_func(struct task_struct *p, task_call_f func, void *arg);
/linux/kernel/rcu/
H A Dtree_stall.h351 if (task_call_func(t, check_slow_task, &rscr)) in rcu_print_task_stall()
/linux/kernel/sched/
H A Dcore.c4298 int task_call_func(struct task_struct *p, task_call_f func, void *arg) in task_call_func() function