Lines Matching refs:kmem_cache
602 int __kmem_cache_create(struct kmem_cache *c, slab_flags_t flags) in __kmem_cache_create()
615 static void *slob_alloc_node(struct kmem_cache *c, gfp_t flags, int node) in slob_alloc_node()
640 void *kmem_cache_alloc(struct kmem_cache *cachep, gfp_t flags) in kmem_cache_alloc()
647 void *kmem_cache_alloc_lru(struct kmem_cache *cachep, struct list_lru *lru, gfp_t flags) in kmem_cache_alloc_lru()
659 void *kmem_cache_alloc_node(struct kmem_cache *cachep, gfp_t gfp, int node) in kmem_cache_alloc_node()
681 void kmem_cache_free(struct kmem_cache *c, void *b) in kmem_cache_free()
696 void kmem_cache_free_bulk(struct kmem_cache *s, size_t nr, void **p) in kmem_cache_free_bulk()
709 int kmem_cache_alloc_bulk(struct kmem_cache *s, gfp_t flags, size_t nr, in kmem_cache_alloc_bulk()
726 int __kmem_cache_shutdown(struct kmem_cache *c) in __kmem_cache_shutdown()
732 void __kmem_cache_release(struct kmem_cache *c) in __kmem_cache_release()
736 int __kmem_cache_shrink(struct kmem_cache *d) in __kmem_cache_shrink()
741 static struct kmem_cache kmem_cache_boot = {
743 .size = sizeof(struct kmem_cache),
750 kmem_cache = &kmem_cache_boot; in kmem_cache_init()