Searched refs:dv_node_cache (Results 1 – 2 of 2) sorted by relevance
63 kmem_cache_t *dv_node_cache; /* dv_node cache */ variable171 ASSERT(dv_node_cache == NULL); in dv_node_cache_init()172 dv_node_cache = kmem_cache_create("dv_node_cache", in dv_node_cache_init()183 ASSERT(dv_node_cache != NULL); in dv_node_cache_fini()184 kmem_cache_destroy(dv_node_cache); in dv_node_cache_fini()185 dv_node_cache = NULL; in dv_node_cache_fini()287 ASSERT(dv_node_cache != NULL); in dv_mkroot()290 dv = kmem_cache_alloc(dv_node_cache, KM_SLEEP); in dv_mkroot()340 dv = kmem_cache_alloc(dv_node_cache, KM_SLEEP); in dv_mkdir()391 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()