Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dkern_kthread.c277 newtd = thread_alloc(pages); in kthread_add()
H A Dkern_thr.c623 *ntd = thread_alloc(pages); in kern_thr_alloc()
H A Dkern_fork.c925 td2 = thread_alloc(pages); in fork1()
H A Dkern_thread.c402 thread_alloc(int pages) in thread_alloc() function
/freebsd-12.1/sys/sys/
H A Dproc.h1114 struct thread *thread_alloc(int pages);