Home
last modified time | relevance | path

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.h532 struct kmem_cache *un_wm_cache; /* fast alloc in non-512 write case */ member
805 kmem_cache_free((un)->un_wm_cache, (wmp)); \
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c7734 if (!(un->un_wm_cache)) { in sd_unit_attach()
7744 if (!(un->un_wm_cache)) { in sd_unit_attach()
8355 if (un->un_wm_cache != NULL) { in sd_unit_detach()
8356 kmem_cache_destroy(un->un_wm_cache); in sd_unit_detach()
8357 un->un_wm_cache = NULL; in sd_unit_detach()
9818 if ((un->un_wm_cache != NULL) && in sdclose()
9821 un->un_wm_cache = NULL; in sdclose()
9942 if (!(un->un_wm_cache)) { in sd_ready_and_valid()
9952 if (!(un->un_wm_cache)) { in sd_ready_and_valid()
28800 ASSERT(un->un_wm_cache);
[all …]