Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay_target.c84 static kmem_cache_t *overlay_entry_cache; variable
173 kmem_cache_free(overlay_entry_cache, ote); in overlay_target_entry_dtor()
204 overlay_entry_cache = kmem_cache_create("overlay_entry", in overlay_target_init()
225 kmem_cache_destroy(overlay_entry_cache); in overlay_target_fini()
358 entry = kmem_cache_alloc(overlay_entry_cache, KM_NOSLEEP_LAZY); in overlay_target_lookup()
1160 ote = kmem_cache_alloc(overlay_entry_cache, KM_SLEEP); in overlay_target_cache_set()