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

/illumos-gate/usr/src/uts/common/os/
H A Dvm_subr.c92 static struct kmem_cache *physio_buf_cache; variable in typeref:struct:kmem_cache
112 physio_buf_cache = kmem_cache_create("physio_buf_cache",
162 bp = kmem_cache_alloc(physio_buf_cache, KM_SLEEP);
290 kmem_cache_free(physio_buf_cache, bp);

Completed in 52 milliseconds