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

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c126 struct kmem_cache *hio_cache; variable in typeref:struct:kmem_cache
1019 struct hio *hsio = kmem_cache_alloc(hio_cache,
1406 struct hio *hsio = kmem_cache_alloc(hio_cache,
1972 hio_cache = kmem_cache_create("hsfs_hio_cache",
1984 kmem_cache_destroy(hio_cache);
2074 kmem_cache_free(hio_cache, hqueue->next);
2149 kmem_cache_free(hio_cache, hqueue->next);
2176 kmem_cache_free(hio_cache, hqueue->next);
2186 kmem_cache_free(hio_cache, hqueue->next);
2278 prev->contig_chain = kmem_cache_alloc(hio_cache, KM_SLEE
[all...]

Completed in 71 milliseconds