Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_kthread.c278 newtd = thread_alloc(pages); in kthread_add()
H A Dkern_thr.c622 *ntd = thread_alloc(pages); in kern_thr_alloc()
H A Dkern_fork.c940 td2 = thread_alloc(pages); in fork1()
H A Dkern_thread.c714 thread_alloc(int pages) in thread_alloc() function
/f-stack/freebsd/sys/
H A Dproc.h1156 struct thread *thread_alloc(int pages);