Home
last modified time | relevance | path

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

/u-boot/lib/
A Dlinux_compat.c31 struct kmem_cache *get_mem(int element_sz) in get_mem()
33 struct kmem_cache *ret; in get_mem()
35 ret = memalign(ARCH_DMA_MINALIGN, sizeof(struct kmem_cache)); in get_mem()
41 void *kmem_cache_alloc(struct kmem_cache *obj, int flag) in kmem_cache_alloc()
/u-boot/include/linux/
A Dcompat.h69 struct kmem_cache { int sz; }; argument
71 struct kmem_cache *get_mem(int element_sz);
73 void *kmem_cache_alloc(struct kmem_cache *obj, int flag);
74 static inline void kmem_cache_free(struct kmem_cache *cachep, void *obj) in kmem_cache_free()
78 static inline void kmem_cache_destroy(struct kmem_cache *cachep) in kmem_cache_destroy()
/u-boot/drivers/mtd/ubi/
A Dubi.h748 struct kmem_cache *aeb_slab_cache;
780 extern struct kmem_cache *ubi_wl_entry_slab;
A Dbuild.c95 struct kmem_cache *ubi_wl_entry_slab;
/u-boot/drivers/usb/isp1760/
A Disp1760-hcd.c34 static struct kmem_cache *qtd_cachep;
35 static struct kmem_cache *qh_cachep;
36 static struct kmem_cache *urb_listitem_cachep;
/u-boot/fs/ubifs/
A Dubifs.h2071 extern struct kmem_cache *ubifs_inode_slab;
A Dsuper.c187 struct kmem_cache *ubifs_inode_slab;

Completed in 29 milliseconds