Searched refs:childtd (Results 1 – 2 of 2) sorted by relevance
782 sched_fork(struct thread *td, struct thread *childtd) in sched_fork() argument784 sched_fork_thread(td, childtd); in sched_fork()788 sched_fork_thread(struct thread *td, struct thread *childtd) in sched_fork_thread() argument792 childtd->td_oncpu = NOCPU; in sched_fork_thread()793 childtd->td_lastcpu = NOCPU; in sched_fork_thread()794 childtd->td_lock = &sched_lock; in sched_fork_thread()795 childtd->td_cpuset = cpuset_ref(td->td_cpuset); in sched_fork_thread()796 childtd->td_domain.dr_policy = td->td_cpuset->cs_domain; in sched_fork_thread()797 childtd->td_priority = childtd->td_base_pri; in sched_fork_thread()798 ts = td_get_sched(childtd); in sched_fork_thread()
84 void sched_exit(struct proc *p, struct thread *childtd);85 void sched_fork(struct thread *td, struct thread *childtd);