Home
last modified time | relevance | path

Searched refs:ubi_wl_entry_slab (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/mtd/ubi/
Dbuild.c90 struct kmem_cache *ubi_wl_entry_slab; variable
1255 ubi_wl_entry_slab = kmem_cache_create("ubi_wl_entry_slab", in ubi_init()
1258 if (!ubi_wl_entry_slab) { in ubi_init()
1333 kmem_cache_destroy(ubi_wl_entry_slab); in ubi_init()
1359 kmem_cache_destroy(ubi_wl_entry_slab); in ubi_exit()
Dwl.c191 kmem_cache_free(ubi_wl_entry_slab, e); in wl_entry_destroy()
1520 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL);
1539 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL);
1559 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL);
Dubi.h776 extern struct kmem_cache *ubi_wl_entry_slab;
Dfastmap.c1032 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL); in ubi_scan_fastmap()