Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_vmem.c148 vmem_size_t vm_qcache_max; member
593 vm->vm_qcache_max = qcache_idx_max << vm->vm_quantum_shift; in qc_init()
613 qcache_idx_max = vm->vm_qcache_max >> vm->vm_quantum_shift; in qc_destroy()
624 qcache_idx_max = vm->vm_qcache_max >> vm->vm_quantum_shift; in qc_drain()
1056 if (vm->vm_qcache_max != 0 || vm->vm_reclaimfn != NULL) { in vmem_try_fetch()
1060 if (vm->vm_qcache_max != 0) in vmem_try_fetch()
1337 if (size <= vm->vm_qcache_max) { in vmem_alloc()
1471 if (size <= vm->vm_qcache_max && in vmem_free()