Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dlinux_compat.c29 struct kmem_cache *get_mem(int element_sz) in get_mem()
31 struct kmem_cache *ret; in get_mem()
33 ret = memalign(ARCH_DMA_MINALIGN, sizeof(struct kmem_cache)); in get_mem()
39 void *kmem_cache_alloc(struct kmem_cache *obj, int flag) in kmem_cache_alloc()
/openbmc/u-boot/include/linux/
H A Dcompat.h106 struct kmem_cache { int sz; }; struct
108 struct kmem_cache *get_mem(int element_sz);
110 void *kmem_cache_alloc(struct kmem_cache *obj, int flag);
111 static inline void kmem_cache_free(struct kmem_cache *cachep, void *obj) in kmem_cache_free()
115 static inline void kmem_cache_destroy(struct kmem_cache *cachep) in kmem_cache_destroy()
/openbmc/u-boot/drivers/mtd/ubi/
H A Dubi.h744 struct kmem_cache *aeb_slab_cache;
776 extern struct kmem_cache *ubi_wl_entry_slab;
H A Dbuild.c99 struct kmem_cache *ubi_wl_entry_slab;
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h2071 extern struct kmem_cache *ubifs_inode_slab;
H A Dsuper.c183 struct kmem_cache *ubifs_inode_slab;