Searched refs:dv_node_cache (Results 1 – 2 of 2) sorted by relevance
67 kmem_cache_t *dv_node_cache; /* dv_node cache */ variable175 ASSERT(dv_node_cache == NULL); in dv_node_cache_init()176 dv_node_cache = kmem_cache_create("dv_node_cache", in dv_node_cache_init()187 ASSERT(dv_node_cache != NULL); in dv_node_cache_fini()188 kmem_cache_destroy(dv_node_cache); in dv_node_cache_fini()189 dv_node_cache = NULL; in dv_node_cache_fini()291 ASSERT(dv_node_cache != NULL); in dv_mkroot()294 dv = kmem_cache_alloc(dv_node_cache, KM_SLEEP); in dv_mkroot()344 dv = kmem_cache_alloc(dv_node_cache, KM_SLEEP); in dv_mkdir()395 dv = kmem_cache_alloc(dv_node_cache, KM_SLEEP); in dv_mknod()[all …]
269 extern kmem_cache_t *dv_node_cache; in devfs_statvfs()280 sbp->f_files = kmem_cache_stat(dv_node_cache, "alloc"); in devfs_statvfs()