Searched refs:bootfs_node_cache (Results 1 – 3 of 3) sorted by relevance
30 kmem_cache_t *bootfs_node_cache; variable151 bnp = kmem_cache_alloc(bootfs_node_cache, KM_SLEEP); in bootfs_mkroot()186 bnp = kmem_cache_alloc(bootfs_node_cache, KM_SLEEP); in bootfs_mknode()366 kmem_cache_free(bootfs_node_cache, bnp); in bootfs_destruct()
284 bootfs_node_cache = kmem_cache_create("bootfs_node_cache", in _init()319 kmem_cache_destroy(bootfs_node_cache); in _fini()
74 extern kmem_cache_t *bootfs_node_cache;