Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dfreezer.c139 return task_call_func(p, __set_task_frozen, NULL); in __freeze_task()
204 bool ret = task_call_func(p, __set_task_special, NULL); in __thaw_task()
/openbmc/linux/kernel/livepatch/
H A Dtransition.c338 ret = task_call_func(task, klp_check_and_switch_task, &old_name); in klp_try_switch_task()
/openbmc/linux/kernel/rcu/
H A Dtasks.h1624 if (!task_call_func(t, trc_inspect_reader, bhp)) { in trc_wait_for_one_reader()
1796 if (!task_call_func(t, trc_check_slow_task, &trc_rdr)) in show_stalled_task_trace()
H A Dtree_stall.h320 if (task_call_func(t, check_slow_task, &rscr)) in rcu_print_task_stall()
/openbmc/linux/include/linux/
H A Dwait.h1223 extern int task_call_func(struct task_struct *p, task_call_f func, void *arg);
/openbmc/linux/kernel/sched/
H A Dcore.c4405 int task_call_func(struct task_struct *p, task_call_f func, void *arg) in task_call_func() function