Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dsubr_vmem.c193 vmem_size_t vm_qcache_max; member
680 vm->vm_qcache_max = qcache_idx_max << vm->vm_quantum_shift; in qc_init()
700 qcache_idx_max = vm->vm_qcache_max >> vm->vm_quantum_shift; in qc_destroy()
711 qcache_idx_max = vm->vm_qcache_max >> vm->vm_quantum_shift; in qc_drain()
1153 if (vm->vm_qcache_max != 0 || vm->vm_reclaimfn != NULL) { in vmem_try_fetch()
1158 if (vm->vm_qcache_max != 0) in vmem_try_fetch()
1451 if (size <= vm->vm_qcache_max) { in vmem_alloc()
1588 if (size <= vm->vm_qcache_max && in vmem_free()