Lines Matching defs:qcache_idx_max
583 int qcache_idx_max;
587 qcache_idx_max = MIN(qcache_max >> vm->vm_quantum_shift,
589 vm->vm_qcache_max = qcache_idx_max << vm->vm_quantum_shift;
590 for (i = 0; i < qcache_idx_max; i++) {
606 int qcache_idx_max;
609 qcache_idx_max = vm->vm_qcache_max >> vm->vm_quantum_shift;
610 for (i = 0; i < qcache_idx_max; i++)
617 int qcache_idx_max;
620 qcache_idx_max = vm->vm_qcache_max >> vm->vm_quantum_shift;
621 for (i = 0; i < qcache_idx_max; i++)