Lines Matching refs:kmem_cache
527 int __kmem_cache_create(struct kmem_cache *c, slab_flags_t flags) in __kmem_cache_create()
537 static void *slob_alloc_node(struct kmem_cache *c, gfp_t flags, int node) in slob_alloc_node()
567 void *kmem_cache_alloc(struct kmem_cache *cachep, gfp_t flags) in kmem_cache_alloc()
580 void *kmem_cache_alloc_node(struct kmem_cache *cachep, gfp_t gfp, int node) in kmem_cache_alloc_node()
603 void kmem_cache_free(struct kmem_cache *c, void *b) in kmem_cache_free()
619 void kmem_cache_free_bulk(struct kmem_cache *s, size_t size, void **p) in kmem_cache_free_bulk()
625 int kmem_cache_alloc_bulk(struct kmem_cache *s, gfp_t flags, size_t size, in kmem_cache_alloc_bulk()
632 int __kmem_cache_shutdown(struct kmem_cache *c) in __kmem_cache_shutdown()
638 void __kmem_cache_release(struct kmem_cache *c) in __kmem_cache_release()
642 int __kmem_cache_shrink(struct kmem_cache *d) in __kmem_cache_shrink()
647 struct kmem_cache kmem_cache_boot = {
649 .size = sizeof(struct kmem_cache),
656 kmem_cache = &kmem_cache_boot; in kmem_cache_init()