Searched refs:qcache_idx_max (Results 1 – 1 of 1) sorted by relevance
639 int qcache_idx_max; in qc_init() local653 qcache_idx_max = qcache_max >> vm->vm_quantum_shift; in qc_init()655 for (i = qcache_idx_max; i > 0; i--) { in qc_init()691 int qcache_idx_max; in qc_destroy() local693 qcache_idx_max = vm->vm_qcache_max >> vm->vm_quantum_shift; in qc_destroy()695 for (i = 0; i < qcache_idx_max; i++) { in qc_destroy()