Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h505 struct kmem_cache *un_wm_cache; /* fast alloc in non-512 write case */ member
799 kmem_cache_free((un)->un_wm_cache, (wmp)); \
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dsd.c8315 if (!(un->un_wm_cache)) { in sd_unit_attach()
8320 un->un_wm_cache = kmem_cache_create( in sd_unit_attach()
8325 if (!(un->un_wm_cache)) { in sd_unit_attach()
8957 if (un->un_wm_cache != NULL) { in sd_unit_detach()
8958 kmem_cache_destroy(un->un_wm_cache); in sd_unit_detach()
8959 un->un_wm_cache = NULL; in sd_unit_detach()
10582 if (un->un_wm_cache) {
10595 un->un_wm_cache);
10596 un->un_wm_cache = NULL;
10729 if (!(un->un_wm_cache)) {
[all …]