Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dvmem_impl.h113 size_t vm_qcache_max; member
/netbsd-src/sys/kern/
H A Dsubr_vmem.c646 vm->vm_qcache_max = qcache_max; in qc_init()
693 qcache_idx_max = vm->vm_qcache_max >> vm->vm_quantum_shift;
1138 if (size <= vm->vm_qcache_max) { in vmem_alloc()
1392 if (size <= vm->vm_qcache_max) { in vmem_xfree()
1434 KASSERT(vm->vm_qcache_max == 0); in vmem_xfreeall()