Searched refs:oldtd (Results 1 – 3 of 3) sorted by relevance
267 struct thread *newtd, *oldtd; in kthread_add1() local286 oldtd = FIRST_THREAD_IN_PROC(p); in kthread_add1()297 bcopy(&oldtd->td_startcopy, &newtd->td_startcopy, in kthread_add1()309 cpu_copy_thread(newtd, oldtd); in kthread_add1()319 thread_lock(oldtd); in kthread_add1()321 sched_fork_thread(oldtd, newtd); in kthread_add1()323 thread_unlock(oldtd); in kthread_add1()
280 vfp_new_thread(struct thread *newtd, struct thread *oldtd, bool fork) in vfp_new_thread() argument287 if ((oldtd->td_pflags & TDP_KTHREAD) != 0) { in vfp_new_thread()
605 vfp_new_thread(struct thread *newtd, struct thread *oldtd, bool fork) in vfp_new_thread() argument610 oldpcb = oldtd->td_pcb; in vfp_new_thread()613 if ((oldtd->td_pflags & TDP_KTHREAD) != 0) { in vfp_new_thread()