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.h36 void scx_pre_fork(struct task_struct *p);
69 static inline void scx_pre_fork(struct task_struct *p) {} in scx_pre_fork() function
H A Dext.c3928 void scx_pre_fork(struct task_struct *p) in scx_pre_fork() function
H A Dcore.c4753 scx_pre_fork(p); in sched_fork()