Searched refs:task_call_func (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/kernel/ |
D | freezer.c | 139 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()
|
/linux-6.6.21/kernel/livepatch/ |
D | transition.c | 338 ret = task_call_func(task, klp_check_and_switch_task, &old_name); in klp_try_switch_task()
|
/linux-6.6.21/kernel/rcu/ |
D | tasks.h | 1593 if (!task_call_func(t, trc_inspect_reader, bhp)) { in trc_wait_for_one_reader() 1755 if (!task_call_func(t, trc_check_slow_task, &trc_rdr)) in show_stalled_task_trace()
|
D | tree_stall.h | 320 if (task_call_func(t, check_slow_task, &rscr)) in rcu_print_task_stall()
|
/linux-6.6.21/include/linux/ |
D | wait.h | 1222 extern int task_call_func(struct task_struct *p, task_call_f func, void *arg);
|
/linux-6.6.21/kernel/sched/ |
D | core.c | 4407 int task_call_func(struct task_struct *p, task_call_f func, void *arg) in task_call_func() function
|