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

/freebsd-10-stable/sys/kern/
H A Dsubr_vmem.c538 int qcache_idx_max; local
542 qcache_idx_max = MIN(qcache_max >> vm->vm_quantum_shift,
544 vm->vm_qcache_max = qcache_idx_max << vm->vm_quantum_shift;
545 for (i = 0; i < qcache_idx_max; i++) {
562 int qcache_idx_max; local
565 qcache_idx_max = vm->vm_qcache_max >> vm->vm_quantum_shift;
566 for (i = 0; i < qcache_idx_max; i++)
573 int qcache_idx_max; local
576 qcache_idx_max = vm->vm_qcache_max >> vm->vm_quantum_shift;
577 for (i = 0; i < qcache_idx_max;
[all...]

Completed in 45 milliseconds