HomeSort by: relevance | last modified time | path
    Searched refs:qcache_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
vmem_impl.h 80 typedef struct qcache qcache_t; typedef in typeref:struct:qcache
81 #define QC_POOL_TO_QCACHE(pool) ((qcache_t *)(pool->pr_qcache))
115 qcache_t vm_qcache_store[VMEM_QCACHE_IDX_MAX];
116 qcache_t *vm_qcache[VMEM_QCACHE_IDX_MAX];
  /src/sys/kern/
subr_vmem.c 615 qcache_t *qc = QC_POOL_TO_QCACHE(pool);
628 qcache_t *qc = QC_POOL_TO_QCACHE(pool);
637 qcache_t *prevqc;
656 qcache_t *qc = &vm->vm_qcache_store[i - 1];
689 const qcache_t *prevqc;
696 qcache_t *qc = vm->vm_qcache[i];
1141 qcache_t *qc = vm->vm_qcache[qidx - 1];
1394 qcache_t *qc = vm->vm_qcache[qidx - 1];

Completed in 13 milliseconds