Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.h13 void scx_pre_fork(struct task_struct *p);
45 static inline void scx_pre_fork(struct task_struct *p) {} in scx_pre_fork() function
H A Dext.c4098 void scx_pre_fork(struct task_struct *p) in scx_pre_fork() function
H A Dcore.c4759 scx_pre_fork(p); in sched_fork()