Searched refs:un_wm_cache (Results 1 – 2 of 2) sorted by relevance
532 struct kmem_cache *un_wm_cache; /* fast alloc in non-512 write case */ member805 kmem_cache_free((un)->un_wm_cache, (wmp)); \
7733 if (!(un->un_wm_cache)) { in sd_unit_attach()7738 un->un_wm_cache = kmem_cache_create( in sd_unit_attach()7743 if (!(un->un_wm_cache)) { in sd_unit_attach()8354 if (un->un_wm_cache != NULL) { in sd_unit_detach()8355 kmem_cache_destroy(un->un_wm_cache); in sd_unit_detach()8356 un->un_wm_cache = NULL; in sd_unit_detach()9823 if ((un->un_wm_cache != NULL) && in sdclose()9825 kmem_cache_destroy(un->un_wm_cache); in sdclose()9826 un->un_wm_cache = NULL; in sdclose()9947 if (!(un->un_wm_cache)) { in sd_ready_and_valid()[all …]