qcache_t
qcache_t *qc = vm->vm_qcache[qidx - 1];
qcache_t *qc = vm->vm_qcache[qidx - 1];
qcache_t *qc = QC_POOL_TO_QCACHE(pool);
qcache_t *qc = QC_POOL_TO_QCACHE(pool);
qcache_t *prevqc;
qcache_t *qc = &vm->vm_qcache_store[i - 1];
const qcache_t *prevqc;
qcache_t *qc = vm->vm_qcache[i];
qcache_t vm_qcache_store[VMEM_QCACHE_IDX_MAX];
qcache_t *vm_qcache[VMEM_QCACHE_IDX_MAX];
#define QC_POOL_TO_QCACHE(pool) ((qcache_t *)(pool->pr_qcache))