Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/sched/
Dtask.h63 extern int sched_fork(unsigned long clone_flags, struct task_struct *p);
/linux-6.6.21/kernel/
Dfork.c2471 retval = sched_fork(clone_flags, p); in copy_process()
/linux-6.6.21/kernel/sched/
Dcore.c4732 int sched_fork(unsigned long clone_flags, struct task_struct *p) in sched_fork() function