Home
last modified time | relevance | path

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

/u-boot/lib/
A Dlinux_compat.c41 void *kmem_cache_alloc(struct kmem_cache *obj, int flag) in kmem_cache_alloc() function
/u-boot/scripts/coccinelle/api/alloc/
A Dalloc_cast.cocci3 /// like kmalloc, kzalloc, kmem_cache_alloc, kmem_cache_zalloc etc.
/u-boot/include/linux/
A Dcompat.h72 void *kmem_cache_alloc(struct kmem_cache *obj, int flag);
/u-boot/drivers/mtd/ubi/
A Dattach.c133 aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL); in add_to_list()
165 aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL); in add_corrupted()
573 aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL); in ubi_add_to_av()
A Dfastmap.c152 aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL); in add_aeb()
315 victim = kmem_cache_alloc(ai->aeb_slab_cache, in update_vol()
539 new_aeb = kmem_cache_alloc(ai->aeb_slab_cache, in scan_pool()
1059 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL); in ubi_scan_fastmap()
A Dwl.c1559 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL);
1577 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL);
1597 e = kmem_cache_alloc(ubi_wl_entry_slab, GFP_KERNEL);
/u-boot/fs/ubifs/
A Dsuper.c447 ui = kmem_cache_alloc(ubifs_inode_slab, GFP_NOFS); in ubifs_alloc_inode()

Completed in 14 milliseconds