Searched refs:task_fork (Results 1 – 4 of 4) sorted by relevance
1210 void (*task_fork) (struct task_struct *p); member
1841 .task_fork = task_fork_dl,
2235 if (p->sched_class->task_fork) in sched_fork()2236 p->sched_class->task_fork(p); in sched_fork()
8298 .task_fork = task_fork_fair,