Searched refs:td_startzero (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | kern_kthread.c | 297 bzero(&newtd->td_startzero, in kthread_add1() 298 __rangeof(struct thread, td_startzero, td_endzero)); in kthread_add1()
|
| H A D | kern_thr.c | 234 bzero(&newtd->td_startzero, in thread_create() 235 __rangeof(struct thread, td_startzero, td_endzero)); in thread_create()
|
| H A D | kern_fork.c | 464 bzero(&td2->td_startzero, in do_fork() 465 __rangeof(struct thread, td_startzero, td_endzero)); in do_fork()
|
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_fork.c | 275 bzero(&newtd->td_startzero, in linux_clone_thread() 276 __rangeof(struct thread, td_startzero, td_endzero)); in linux_clone_thread()
|
| /freebsd-14.2/sys/sys/ |
| H A D | proc.h | 263 #define td_startzero td_flags macro
|