Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_kthread.c277 newtd = thread_alloc(pages); in kthread_add1()
H A Dkern_thr.c643 *ntd = thread_alloc(pages); in kern_thr_alloc()
H A Dkern_fork.c1016 td2 = thread_alloc(pages); in fork1()
H A Dkern_thread.c783 thread_alloc(int pages) in thread_alloc() function
/freebsd/sys/sys/
H A Dproc.h1249 struct thread *thread_alloc(int pages);