Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_kthread.c295 bzero(&newtd->td_startzero, in kthread_add1()
296 __rangeof(struct thread, td_startzero, td_endzero)); in kthread_add1()
H A Dkern_thr.c248 bzero(&newtd->td_startzero, in thread_create()
249 __rangeof(struct thread, td_startzero, td_endzero)); in thread_create()
H A Dkern_fork.c504 bzero(&td2->td_startzero, in do_fork()
505 __rangeof(struct thread, td_startzero, td_endzero)); in do_fork()
/freebsd/sys/compat/linux/
H A Dlinux_fork.c275 bzero(&newtd->td_startzero, in linux_clone_thread()
276 __rangeof(struct thread, td_startzero, td_endzero)); in linux_clone_thread()
/freebsd/sys/sys/
H A Dproc.h261 #define td_startzero td_flags macro