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

/freebsd-11.0-release/sys/kern/
H A Dsubr_vmem.c127 vmem_size_t vm_qcache_max; member in struct:vmem
544 vm->vm_qcache_max = qcache_idx_max << vm->vm_quantum_shift;
565 qcache_idx_max = vm->vm_qcache_max >> vm->vm_quantum_shift;
576 qcache_idx_max = vm->vm_qcache_max >> vm->vm_quantum_shift;
1087 if (size <= vm->vm_qcache_max) {
1193 if (vm->vm_qcache_max != 0 || vm->vm_reclaimfn != NULL) {
1196 if (vm->vm_qcache_max != 0)
1228 if (size <= vm->vm_qcache_max) {

Completed in 107 milliseconds