Searched refs:qcache_idx_max (Results 1 – 1 of 1) sorted by relevance
585 int qcache_idx_max; in qc_init() local589 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() local611 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() local622 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()