Home
last modified time | relevance | path

Searched refs:scx_fork (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/sched/
H A Dext.h37 int scx_fork(struct task_struct *p);
70 static inline int scx_fork(struct task_struct *p) { return 0; } in scx_fork() function
H A Dext.c3939 int scx_fork(struct task_struct *p) in scx_fork() function
H A Dcore.c4808 return scx_fork(p); in sched_cgroup_fork()