Searched refs:un_wm_cache (Results 1 – 2 of 2) sorted by relevance
505 struct kmem_cache *un_wm_cache; /* fast alloc in non-512 write case */ member799 kmem_cache_free((un)->un_wm_cache, (wmp)); \
8315 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 …]