HomeSort by relevance Sort by last modified time
    Searched defs:dblk_cache (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/io/
stream.c 81 * the dblk_cache[] array provides the mapping from size to dblk cache.
162 static struct kmem_cache *dblk_cache[DBLK_MAX_CACHE / DBLK_MIN_SIZE]; variable in typeref:struct:kmem_cache
210 dbp->db_cache = dblk_cache[index];
394 dblk_cache[(lastsize - 1) >> DBLK_SIZE_SHIFT] = cp;
432 if ((dbp = kmem_cache_alloc(dblk_cache[index], KM_NOSLEEP)) == NULL) {
1010 kmem_cache_free(bcp->dblk_cache, dbp);
1014 kmem_cache_destroy(bcp->dblk_cache);
1046 bcp->dblk_cache = kmem_cache_create(buffer, sizeof (dblk_t),
1060 kmem_cache_destroy(bcp->dblk_cache);
1086 if ((dbp = kmem_cache_alloc(bcp->dblk_cache, KM_NOSLEEP)) == NULL)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
stream.h 385 struct kmem_cache *dblk_cache; member in struct:bcache

Completed in 240 milliseconds