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)); \
7734 if (!(un->un_wm_cache)) { in sd_unit_attach()7739 un->un_wm_cache = kmem_cache_create( 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()9820 kmem_cache_destroy(un->un_wm_cache); in sdclose()9821 un->un_wm_cache = NULL; in sdclose()9942 if (!(un->un_wm_cache)) { in sd_ready_and_valid()[all …]