Searched refs:un_wm_cache (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h503 struct kmem_cache *un_wm_cache; /* fast alloc in non-512 write case */ member in struct:sd_lun
797 kmem_cache_free((un)->un_wm_cache, (wmp)); \
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c8298 if (!(un->un_wm_cache)) {
8303 un->un_wm_cache = kmem_cache_create(
8308 if (!(un->un_wm_cache)) {
8945 if (un->un_wm_cache != NULL) {
8946 kmem_cache_destroy(un->un_wm_cache);
8947 un->un_wm_cache = NULL;
10583 if (un->un_wm_cache) {
10596 un->un_wm_cache);
10597 un->un_wm_cache = NULL;
10730 if (!(un->un_wm_cache)) {
[all...]

Completed in 117 milliseconds