Home
last modified time | relevance | path

Searched refs:task_call_f (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/linux/
Dwait.h1221 typedef int (*task_call_f)(struct task_struct *p, void *arg); typedef
1222 extern int task_call_func(struct task_struct *p, task_call_f func, void *arg);
/Linux-v6.6/kernel/sched/
Dcore.c4403 int task_call_func(struct task_struct *p, task_call_f func, void *arg) in task_call_func()