Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_plugin.c84 kmem_cache_t *sdev_plugin_cache; variable
588 spp = kmem_cache_alloc(sdev_plugin_cache, KM_SLEEP); in sdev_plugin_register()
621 kmem_cache_free(sdev_plugin_cache, spp); in sdev_plugin_register()
640 kmem_cache_free(sdev_plugin_cache, spp); in sdev_plugin_register()
652 kmem_cache_free(sdev_plugin_cache, spp); in sdev_plugin_register()
735 kmem_cache_free(sdev_plugin_cache, spp); in sdev_plugin_unregister()
747 spp = kmem_cache_alloc(sdev_plugin_cache, KM_SLEEP); in sdev_plugin_register_legacy()
764 kmem_cache_free(sdev_plugin_cache, spp); in sdev_plugin_register_legacy()
922 sdev_plugin_cache = kmem_cache_create("sdev_plugin", in sdev_plugin_init()
925 if (sdev_plugin_cache == NULL) in sdev_plugin_init()