Searched refs:td_startcopy (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_kthread.c | 287 bcopy(&oldtd->td_startcopy, &newtd->td_startcopy, in kthread_add() 288 __rangeof(struct thread, td_startcopy, td_endcopy)); in kthread_add()
|
| H A D | kern_thr.c | 238 bcopy(&td->td_startcopy, &newtd->td_startcopy, in thread_create() 239 __rangeof(struct thread, td_startcopy, td_endcopy)); in thread_create()
|
| H A D | kern_fork.c | 462 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 D | proc.h | 319 #define td_startcopy td_endzero macro
|