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

/linux-master/drivers/mtd/ubi/
H A Dbuild.c81 struct kmem_cache *ubi_wl_entry_slab; variable in typeref:struct:kmem_cache
1357 ubi_wl_entry_slab = kmem_cache_create("ubi_wl_entry_slab",
1360 if (!ubi_wl_entry_slab) {
1391 kmem_cache_destroy(ubi_wl_entry_slab);
1416 kmem_cache_destroy(ubi_wl_entry_slab);
H A Dwl.c178 kmem_cache_free(ubi_wl_entry_slab, e);
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);
1066 kmem_cache_free(ubi_wl_entry_slab, fm->e[i]);

Completed in 155 milliseconds