Home
last modified time | relevance | path

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

/linux-6.15/include/linux/sched/
H A Dtask.h66 extern int sched_fork(unsigned long clone_flags, struct task_struct *p);
/linux-6.15/kernel/
H A Dfork.c2400 retval = sched_fork(clone_flags, p); in copy_process()
/linux-6.15/kernel/sched/
H A Dcore.c4714 int sched_fork(unsigned long clone_flags, struct task_struct *p) in sched_fork() function