Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dtask.h65 extern int sched_fork(unsigned long clone_flags, struct task_struct *p);
/linux/kernel/
H A Dfork.c2360 retval = sched_fork(clone_flags, p); in copy_process()
/linux/kernel/sched/
H A Dcore.c4756 int sched_fork(unsigned long clone_flags, struct task_struct *p) in sched_fork() function