Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_kthread.c267 struct thread *newtd, *oldtd; in kthread_add1() local
286 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()
/freebsd/sys/arm/arm/
H A Dvfp.c280 vfp_new_thread(struct thread *newtd, struct thread *oldtd, bool fork) in vfp_new_thread() argument
287 if ((oldtd->td_pflags & TDP_KTHREAD) != 0) { in vfp_new_thread()
/freebsd/sys/arm64/arm64/
H A Dvfp.c605 vfp_new_thread(struct thread *newtd, struct thread *oldtd, bool fork) in vfp_new_thread() argument
610 oldpcb = oldtd->td_pcb; in vfp_new_thread()
613 if ((oldtd->td_pflags & TDP_KTHREAD) != 0) { in vfp_new_thread()