Searched refs:kmem_cache_alloc (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/lib/ |
| H A D | linux_compat.c | 38 void *kmem_cache_alloc(struct kmem_cache *obj, int flag) in kmem_cache_alloc() function
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | compat.h | 92 void *kmem_cache_alloc(struct kmem_cache *obj, int flag);
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | attach.c | 130 aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL); in add_to_list() 162 aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL); in add_corrupted() 570 aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL); in ubi_add_to_av()
|
| H A D | fastmap.c | 148 aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL); in add_aeb() 311 victim = kmem_cache_alloc(ai->aeb_slab_cache, in update_vol() 535 new_aeb = kmem_cache_alloc(ai->aeb_slab_cache, in scan_pool() 1055 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL); in ubi_scan_fastmap()
|
| H A D | wl.c | 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);
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | super.c | 444 ui = kmem_cache_alloc(ubifs_inode_slab, GFP_NOFS); in ubifs_alloc_inode()
|