Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/ubi/
H A Dbuild.c99 struct kmem_cache *ubi_wl_entry_slab; variable
1269 ubi_wl_entry_slab = kmem_cache_create("ubi_wl_entry_slab", in ubi_init()
1272 if (!ubi_wl_entry_slab) { in ubi_init()
1347 kmem_cache_destroy(ubi_wl_entry_slab); in ubi_init()
1378 kmem_cache_destroy(ubi_wl_entry_slab); in ubi_exit()
H A Dwl.c183 kmem_cache_free(ubi_wl_entry_slab, e); in wl_entry_destroy()
1557 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL);
1575 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL);
1595 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL);
H A Dubi.h776 extern struct kmem_cache *ubi_wl_entry_slab;
H A Dfastmap.c1054 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL); in ubi_scan_fastmap()
/openbmc/linux/drivers/mtd/ubi/
H A Dbuild.c78 struct kmem_cache *ubi_wl_entry_slab; variable
1242 ubi_wl_entry_slab = kmem_cache_create("ubi_wl_entry_slab", in ubi_init()
1245 if (!ubi_wl_entry_slab) { in ubi_init()
1321 kmem_cache_destroy(ubi_wl_entry_slab); in ubi_init()
1344 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()
1743 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL);
1820 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL);
1842 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()