Searched refs:scx_fork (Results 1 – 3 of 3) sorted by relevance
37 int scx_fork(struct task_struct *p);70 static inline int scx_fork(struct task_struct *p) { return 0; } in scx_fork() function
3939 int scx_fork(struct task_struct *p) in scx_fork() function
4808 return scx_fork(p); in sched_cgroup_fork()