Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dkern_kthread.c277 newtd = thread_alloc(pages); in kthread_add()
Dkern_thr.c625 *ntd = thread_alloc(pages); in kern_thr_alloc()
Dkern_fork.c940 td2 = thread_alloc(pages); in fork1()
Dkern_thread.c402 thread_alloc(int pages) in thread_alloc() function
/freebsd-12-stable/sys/sys/
Dproc.h1142 struct thread *thread_alloc(int pages);