Searched refs:ubi_wl_entry_slab (Results 1 – 4 of 4) sorted by relevance
76 struct kmem_cache *ubi_wl_entry_slab; variable1217 ubi_wl_entry_slab = kmem_cache_create("ubi_wl_entry_slab", in ubi_init()1220 if (!ubi_wl_entry_slab) { in ubi_init()1296 kmem_cache_destroy(ubi_wl_entry_slab); in ubi_init()1319 kmem_cache_destroy(ubi_wl_entry_slab); in ubi_exit()
178 kmem_cache_free(ubi_wl_entry_slab, e); in wl_entry_destroy()1724 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL);1801 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL);1823 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL);
813 extern struct kmem_cache *ubi_wl_entry_slab;
1062 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL); in ubi_scan_fastmap()1065 kmem_cache_free(ubi_wl_entry_slab, fm->e[i]); in ubi_scan_fastmap()