Searched defs:last_data_cache (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ | ||
H A D | zio.c | 189 kmem_cache_t *last_data_cache = NULL; local 198 if (zio_data_buf_cache[c] != last_data_cache) { 199 last_data_cache = zio_data_buf_cache[c]; |
Completed in 78 milliseconds