HomeSort by: relevance | last modified time | path
    Searched refs:vm_qcache_max (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
vmem_impl.h 113 size_t vm_qcache_max; member in struct:vmem
  /src/sys/kern/
subr_vmem.c 646 vm->vm_qcache_max = qcache_max;
693 qcache_idx_max = vm->vm_qcache_max >> vm->vm_quantum_shift;
1138 if (size <= vm->vm_qcache_max) {
1392 if (size <= vm->vm_qcache_max) {
1434 KASSERT(vm->vm_qcache_max == 0);

Completed in 14 milliseconds