Home
last modified time | relevance | path

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

/linux/drivers/mtd/ubi/
H A Dbuild.c81 struct kmem_cache *ubi_wl_entry_slab; variable
1357 ubi_wl_entry_slab = kmem_cache_create("ubi_wl_entry_slab", in ubi_init()
1360 if (!ubi_wl_entry_slab) { in ubi_init()
1394 kmem_cache_destroy(ubi_wl_entry_slab); in ubi_init()
1419 kmem_cache_destroy(ubi_wl_entry_slab); in ubi_exit()
H A Dwl.c178 kmem_cache_free(ubi_wl_entry_slab, e); in wl_entry_destroy()
1755 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL);
1832 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL);
1854 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL);
H A Dubi.h813 extern struct kmem_cache *ubi_wl_entry_slab;
H A Dfastmap.c1063 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL); in ubi_scan_fastmap()
1066 kmem_cache_free(ubi_wl_entry_slab, fm->e[i]); in ubi_scan_fastmap()