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

  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
zio.c 76 kmem_cache_t *zio_data_buf_cache[SPA_MAXBLOCKSIZE >> SPA_MINBLOCKSHIFT]; variable
140 zio_data_buf_cache[c] = kmem_cache_create(name, size,
151 ASSERT(zio_data_buf_cache[c] != NULL);
152 if (zio_data_buf_cache[c - 1] == NULL)
153 zio_data_buf_cache[c - 1] = zio_data_buf_cache[c];
173 if (zio_data_buf_cache[c] != last_data_cache) {
174 last_data_cache = zio_data_buf_cache[c];
175 kmem_cache_destroy(zio_data_buf_cache[c]);
177 zio_data_buf_cache[c] = NULL
    [all...]
arc.c     [all...]

Completed in 120 milliseconds