Home
last modified time | relevance | path

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

/external/u-boot/lib/
Dlinux_compat.c28 struct kmem_cache *get_mem(int element_sz) in get_mem()
30 struct kmem_cache *ret; in get_mem()
32 ret = memalign(ARCH_DMA_MINALIGN, sizeof(struct kmem_cache)); in get_mem()
38 void *kmem_cache_alloc(struct kmem_cache *obj, int flag) in kmem_cache_alloc()
/external/u-boot/include/linux/
Dcompat.h87 struct kmem_cache { int sz; }; argument
89 struct kmem_cache *get_mem(int element_sz);
91 void *kmem_cache_alloc(struct kmem_cache *obj, int flag);
92 static inline void kmem_cache_free(struct kmem_cache *cachep, void *obj) in kmem_cache_free()
96 static inline void kmem_cache_destroy(struct kmem_cache *cachep) in kmem_cache_destroy()
/external/u-boot/drivers/mtd/ubi/
Dubi.h744 struct kmem_cache *aeb_slab_cache;
776 extern struct kmem_cache *ubi_wl_entry_slab;
Dbuild.c99 struct kmem_cache *ubi_wl_entry_slab;
/external/squashfs-tools/kernel/fs/squashfs/
Dsuper.c351 static struct kmem_cache *squashfs_inode_cachep;
/external/bcc/tools/
Dinject_example.txt31 int should_failslab(struct kmem_cache *s, gfp_t gfpflags);
/external/u-boot/fs/ubifs/
Dubifs.h2071 extern struct kmem_cache *ubifs_inode_slab;
Dsuper.c183 struct kmem_cache *ubifs_inode_slab;