Searched refs:ubi_wl_entry_slab (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | build.c | 100 struct kmem_cache *ubi_wl_entry_slab; variable 1270 ubi_wl_entry_slab = kmem_cache_create("ubi_wl_entry_slab", in ubi_init() 1273 if (!ubi_wl_entry_slab) { in ubi_init() 1348 kmem_cache_destroy(ubi_wl_entry_slab); in ubi_init() 1379 kmem_cache_destroy(ubi_wl_entry_slab); in ubi_exit()
|
| H A D | wl.c | 184 kmem_cache_free(ubi_wl_entry_slab, e); in wl_entry_destroy() 1558 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL); 1576 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL); 1596 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL);
|
| H A D | ubi.h | 777 extern struct kmem_cache *ubi_wl_entry_slab;
|
| H A D | fastmap.c | 1055 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL); in ubi_scan_fastmap()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ubi/ |
| H A D | build.c | 75 struct kmem_cache *ubi_wl_entry_slab; variable 1213 ubi_wl_entry_slab = kmem_cache_create("ubi_wl_entry_slab", in ubi_init() 1216 if (!ubi_wl_entry_slab) { in ubi_init() 1291 kmem_cache_destroy(ubi_wl_entry_slab); in ubi_init() 1314 kmem_cache_destroy(ubi_wl_entry_slab); in ubi_exit()
|
| H A D | wl.c | 178 kmem_cache_free(ubi_wl_entry_slab, e); in wl_entry_destroy() 1715 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL); 1792 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL); 1814 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL);
|
| H A D | ubi.h | 815 extern struct kmem_cache *ubi_wl_entry_slab;
|
| H A D | fastmap.c | 1063 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()
|