Home
last modified time | relevance | path

Searched refs:dv_node_cache (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/fs/devfs/
H A Ddevfs_subr.c63 kmem_cache_t *dv_node_cache; /* dv_node cache */ variable
171 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 …]
H A Ddevfs_vfsops.c269 extern kmem_cache_t *dv_node_cache; in devfs_statvfs()
280 sbp->f_files = kmem_cache_stat(dv_node_cache, "alloc"); in devfs_statvfs()