Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/vm/
HDvm_extern.h116 int vm_thread_new(struct thread *td, int pages);
HDvm_glue.c313 vm_thread_new(struct thread *td, int pages) in vm_thread_new() function
/freebsd-11-stable/sys/kern/
HDkern_thread.c409 if (!vm_thread_new(td, pages)) { in thread_alloc()
424 if (!vm_thread_new(td, pages)) in thread_alloc_stack()