Home
last modified time | relevance | path

Searched refs:directio_buf_cache (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_directio.c135 static struct kmem_cache *directio_buf_cache; variable
156 directio_buf_cache = kmem_cache_create("directio_buf_cache", in directio_bufs_init()
217 kmem_cache_free(directio_buf_cache, dbp); in directio_wait_one()
261 dbp = kmem_cache_alloc(directio_buf_cache, KM_SLEEP); in directio_start()