HomeSort by: relevance | last modified time | path
    Searched defs:qcache_t (Results 1 - 3 of 3) 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];
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];
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];

Completed in 31 milliseconds