Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dkern_kthread.c276 bzero(&newtd->td_startzero, in kthread_add()
277 __rangeof(struct thread, td_startzero, td_endzero)); in kthread_add()
H A Dkern_thr.c236 bzero(&newtd->td_startzero, in thread_create()
237 __rangeof(struct thread, td_startzero, td_endzero)); in thread_create()
H A Dkern_fork.c465 bzero(&td2->td_startzero, in do_fork()
466 __rangeof(struct thread, td_startzero, td_endzero)); in do_fork()
/freebsd-13.1/sys/compat/linux/
H A Dlinux_fork.c277 bzero(&newtd->td_startzero, in linux_clone_thread()
278 __rangeof(struct thread, td_startzero, td_endzero)); in linux_clone_thread()
/freebsd-13.1/sys/sys/
H A Dproc.h255 #define td_startzero td_flags macro