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

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c127 struct kmem_cache *hio_info_cache; variable in typeref:struct:kmem_cache
779 kmem_cache_free(hio_info_cache, info);
1045 info = kmem_cache_alloc(hio_info_cache, KM_SLEEP);
1976 hio_info_cache = kmem_cache_create("hsfs_hio_info_cache",
1985 kmem_cache_destroy(hio_info_cache);

Completed in 77 milliseconds