Searched refs:td_startcopy (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | kern_kthread.c | 297 bcopy(&oldtd->td_startcopy, &newtd->td_startcopy, in kthread_add1() 298 __rangeof(struct thread, td_startcopy, td_endcopy)); in kthread_add1()
|
| H A D | kern_thr.c | 250 bcopy(&td->td_startcopy, &newtd->td_startcopy, in thread_create() 251 __rangeof(struct thread, td_startcopy, td_endcopy)); in thread_create()
|
| H A D | kern_fork.c | 512 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 D | linux_fork.c | 277 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 D | proc.h | 329 #define td_startcopy td_endzero macro
|