Searched refs:bootfs_node_cache (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dbootfs_impl.h74 extern kmem_cache_t *bootfs_node_cache;
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_construct.c30 kmem_cache_t *bootfs_node_cache; variable
151 bnp = kmem_cache_alloc(bootfs_node_cache, KM_SLEEP);
186 bnp = kmem_cache_alloc(bootfs_node_cache, KM_SLEEP);
366 kmem_cache_free(bootfs_node_cache, bnp);
H A Dbootfs_vfsops.c284 bootfs_node_cache = kmem_cache_create("bootfs_node_cache",
319 kmem_cache_destroy(bootfs_node_cache);

Completed in 71 milliseconds