Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dvm_subr.c91 static struct kmem_cache *physio_buf_cache; variable
111 physio_buf_cache = kmem_cache_create("physio_buf_cache", in physio_bufs_init()
154 bp = kmem_cache_alloc(physio_buf_cache, KM_SLEEP); in default_physio()
282 kmem_cache_free(physio_buf_cache, bp); in default_physio()