Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dfork.c1420 retval = sched_fork(clone_flags, p); in copy_process()
/linux-4.4.14/include/linux/
Dsched.h2462 extern int sched_fork(unsigned long clone_flags, struct task_struct *p);
/linux-4.4.14/kernel/sched/
Dcore.c2187 int sched_fork(unsigned long clone_flags, struct task_struct *p) in sched_fork() function