Searched refs:qcache_idx_max (Results 1 – 1 of 1) sorted by relevance
587 int qcache_idx_max; in qc_init() local591 qcache_idx_max = MIN(qcache_max >> vm->vm_quantum_shift, in qc_init()593 vm->vm_qcache_max = qcache_idx_max << vm->vm_quantum_shift; in qc_init()594 for (i = 0; i < qcache_idx_max; i++) { in qc_init()610 int qcache_idx_max; in qc_destroy() local613 qcache_idx_max = vm->vm_qcache_max >> vm->vm_quantum_shift; in qc_destroy()614 for (i = 0; i < qcache_idx_max; i++) in qc_destroy()621 int qcache_idx_max; in qc_drain() local624 qcache_idx_max = vm->vm_qcache_max >> vm->vm_quantum_shift; in qc_drain()625 for (i = 0; i < qcache_idx_max; i++) in qc_drain()