Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_kthread.c297 bcopy(&oldtd->td_startcopy, &newtd->td_startcopy, in kthread_add1()
298 __rangeof(struct thread, td_startcopy, td_endcopy)); in kthread_add1()
H A Dkern_thr.c250 bcopy(&td->td_startcopy, &newtd->td_startcopy, in thread_create()
251 __rangeof(struct thread, td_startcopy, td_endcopy)); in thread_create()
H A Dkern_fork.c512 bcopy(&td->td_startcopy, &td2->td_startcopy, in do_fork()
513 __rangeof(struct thread, td_startcopy, td_endcopy)); in do_fork()
/freebsd/sys/compat/linux/
H A Dlinux_fork.c277 bcopy(&td->td_startcopy, &newtd->td_startcopy, in linux_clone_thread()
278 __rangeof(struct thread, td_startcopy, td_endcopy)); in linux_clone_thread()
/freebsd/sys/sys/
H A Dproc.h329 #define td_startcopy td_endzero macro