Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dext.h15 void scx_pre_fork(struct task_struct *p);
54 static inline void scx_pre_fork(struct task_struct *p) {} in scx_pre_fork() function
H A Dext.c3782 void scx_pre_fork(struct task_struct *p) in scx_pre_fork() function
H A Dcore.c4757 scx_pre_fork(p); in sched_fork()