Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcore_sched.c112 void sched_core_fork(struct task_struct *p) in sched_core_fork() function
/linux/include/linux/
H A Dsched.h2321 extern void sched_core_fork(struct task_struct *p);
2327 static inline void sched_core_fork(struct task_struct *p) { } in task_mm_cid()
2286 static inline void sched_core_fork(struct task_struct *p) { } sched_core_fork() function
/linux/kernel/
H A Dfork.c2387 sched_core_fork(p); in copy_process()