Home
last modified time | relevance | path

Searched refs:thread_alloc_stack (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/kern/
Dkern_fork.c950 if (!thread_alloc_stack(td2, pages)) { in fork1()
Dkern_thread.c419 thread_alloc_stack(struct thread *td, int pages) in thread_alloc_stack() function
/freebsd-12-stable/sys/sys/
Dproc.h1143 int thread_alloc_stack(struct thread *, int pages);