Searched refs:scx_fork (Results 1 – 3 of 3) sorted by relevance
14 int scx_fork(struct task_struct *p);46 static inline int scx_fork(struct task_struct *p) { return 0; } in scx_fork() function
3597 int scx_fork(struct task_struct *p) in scx_fork() function
4767 return scx_fork(p); in sched_cgroup_fork()