Searched refs:kmem_cache (Results 1 – 6 of 6) sorted by relevance
28 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()
88 struct kmem_cache { int sz; }; struct90 struct kmem_cache *get_mem(int element_sz);92 void *kmem_cache_alloc(struct kmem_cache *obj, int flag);93 static inline void kmem_cache_free(struct kmem_cache *cachep, void *obj) in kmem_cache_free()97 static inline void kmem_cache_destroy(struct kmem_cache *cachep) in kmem_cache_destroy()
745 struct kmem_cache *aeb_slab_cache;777 extern struct kmem_cache *ubi_wl_entry_slab;
100 struct kmem_cache *ubi_wl_entry_slab;
2072 extern struct kmem_cache *ubifs_inode_slab;
184 struct kmem_cache *ubifs_inode_slab;