Searched refs:td_endzero (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/kern/ |
| HD | kern_kthread.c | 271 __rangeof(struct thread, td_startzero, td_endzero)); in kthread_add()
|
| HD | kern_thr.c | 254 __rangeof(struct thread, td_startzero, td_endzero)); in thread_create()
|
| HD | kern_thrworkq.c | 836 __rangeof(struct thread, td_startzero, td_endzero)); in twq_addnewthread() 928 __rangeof(struct thread, td_startzero, td_endzero)); in twq_init_workqueue()
|
| HD | kern_fork.c | 464 __rangeof(struct thread, td_startzero, td_endzero)); in do_fork()
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_fork.c | 283 __rangeof(struct thread, td_startzero, td_endzero)); in linux_clone_thread()
|
| /NextBSD/sys/sys/ |
| HD | proc.h | 288 #define td_endzero td_sigmask macro 291 #define td_startcopy td_endzero
|