Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDsubr_vmem.c585 int qcache_idx_max; in qc_init() local
589 qcache_idx_max = MIN(qcache_max >> vm->vm_quantum_shift, in qc_init()
591 vm->vm_qcache_max = qcache_idx_max << vm->vm_quantum_shift; in qc_init()
592 for (i = 0; i < qcache_idx_max; i++) { in qc_init()
608 int qcache_idx_max; in qc_destroy() local
611 qcache_idx_max = vm->vm_qcache_max >> vm->vm_quantum_shift; in qc_destroy()
612 for (i = 0; i < qcache_idx_max; i++) in qc_destroy()
619 int qcache_idx_max; in qc_drain() local
622 qcache_idx_max = vm->vm_qcache_max >> vm->vm_quantum_shift; in qc_drain()
623 for (i = 0; i < qcache_idx_max; i++) in qc_drain()