Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_kthread.c279 newtd = thread_alloc(pages); in kthread_add1()
H A Dkern_thr.c622 *ntd = thread_alloc(pages); in kern_thr_alloc()
H A Dkern_fork.c1017 td2 = thread_alloc(pages); in fork1()
H A Dkern_thread.c780 thread_alloc(int pages) in thread_alloc() function
/freebsd-14.2/sys/sys/
H A Dproc.h1260 struct thread *thread_alloc(int pages);