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

  /src/sys/kern/
subr_vmem.c 639 int qcache_idx_max; local in function:qc_init
653 qcache_idx_max = qcache_max >> vm->vm_quantum_shift;
655 for (i = qcache_idx_max; i > 0; i--) {
691 int qcache_idx_max; local in function:qc_destroy
693 qcache_idx_max = vm->vm_qcache_max >> vm->vm_quantum_shift;
695 for (i = 0; i < qcache_idx_max; i++) {
subr_vmem.c 639 int qcache_idx_max; local in function:qc_init
653 qcache_idx_max = qcache_max >> vm->vm_quantum_shift;
655 for (i = qcache_idx_max; i > 0; i--) {
691 int qcache_idx_max; local in function:qc_destroy
693 qcache_idx_max = vm->vm_qcache_max >> vm->vm_quantum_shift;
695 for (i = 0; i < qcache_idx_max; i++) {

Completed in 25 milliseconds