Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_glue.c282 static vm_pindex_t vm_kstack_pindex(void *ks, int npages);
495 pindex = vm_kstack_pindex(ks, pages); in vm_thread_stack_dispose()
578 vm_kstack_pindex(void *ks, int kpages) in vm_kstack_pindex() function
614 pindex = vm_kstack_pindex(ks, npages); in vm_thread_stack_back()