Home
last modified time | relevance | path

Searched refs:kmem_cache (Results 1 – 6 of 6) 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.h68 struct kmem_cache { int sz; }; argument
70 struct kmem_cache *get_mem(int element_sz);
72 void *kmem_cache_alloc(struct kmem_cache *obj, int flag);
73 static inline void kmem_cache_free(struct kmem_cache *cachep, void *obj) in kmem_cache_free()
77 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.c101 struct kmem_cache *ubi_wl_entry_slab;
/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 34 milliseconds