Home
last modified time | relevance | path

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

/src/sys/vm/
H A Dvm_extern.h131 int vm_thread_new(struct thread *td, int pages);
H A Dvm_glue.c520 vm_thread_new(struct thread *td, int pages) in vm_thread_new() function
/src/sys/kern/
H A Dkern_thread.c795 if (!vm_thread_new(td, pages)) { in thread_alloc()
816 if (!vm_thread_new(td, pages)) in thread_recycle()