Home
last modified time | relevance | path

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

/linux-6.15/include/linux/sched/
H A Dtask.h67 extern int sched_cgroup_fork(struct task_struct *p, struct kernel_clone_args *kargs);
/linux-6.15/kernel/
H A Dfork.c2542 retval = sched_cgroup_fork(p, args); in copy_process()
/linux-6.15/kernel/sched/
H A Dcore.c4787 int sched_cgroup_fork(struct task_struct *p, struct kernel_clone_args *kargs) in sched_cgroup_fork() function