Home
last modified time | relevance | path

Searched refs:td_startcopy (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_kthread.c287 bcopy(&oldtd->td_startcopy, &newtd->td_startcopy, in kthread_add()
288 __rangeof(struct thread, td_startcopy, td_endcopy)); in kthread_add()
H A Dkern_thr.c238 bcopy(&td->td_startcopy, &newtd->td_startcopy, in thread_create()
239 __rangeof(struct thread, td_startcopy, td_endcopy)); in thread_create()
H A Dkern_fork.c462 bcopy(&td->td_startcopy, &td2->td_startcopy, in do_fork()
463 __rangeof(struct thread, td_startcopy, td_endcopy)); in do_fork()
/f-stack/freebsd/sys/
H A Dproc.h319 #define td_startcopy td_endzero macro