Home
last modified time | relevance | path

Searched refs:kmem_cache_alloc (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dlinux_compat.c38 void *kmem_cache_alloc(struct kmem_cache *obj, int flag) in kmem_cache_alloc() function
/rk3399_rockchip-uboot/include/linux/
H A Dcompat.h92 void *kmem_cache_alloc(struct kmem_cache *obj, int flag);
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dattach.c130 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 Dfastmap.c148 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 Dwl.c1558 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 Dsuper.c444 ui = kmem_cache_alloc(ubifs_inode_slab, GFP_NOFS); in ubifs_alloc_inode()