Searched defs:directio_buf_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_directio.c134 static struct kmem_cache *directio_buf_cache; variable in typeref:struct:kmem_cache
155 directio_buf_cache = kmem_cache_create("directio_buf_cache",
216 kmem_cache_free(directio_buf_cache, dbp);
278 dbp = kmem_cache_alloc(directio_buf_cache, KM_SLEEP);

Completed in 45 milliseconds