Searched refs:task_fork (Results 1 – 4 of 4) sorted by relevance
1202 void (*task_fork) (struct task_struct *p); member
1801 .task_fork = task_fork_dl,
1940 if (p->sched_class->task_fork) in sched_fork()1941 p->sched_class->task_fork(p); in sched_fork()
8249 .task_fork = task_fork_fair,