Lines Matching refs:kmem_cache
525 int __kmem_cache_create(struct kmem_cache *c, unsigned long flags) in __kmem_cache_create()
535 static void *slob_alloc_node(struct kmem_cache *c, gfp_t flags, int node) in slob_alloc_node()
562 void *kmem_cache_alloc(struct kmem_cache *cachep, gfp_t flags) in kmem_cache_alloc()
575 void *kmem_cache_alloc_node(struct kmem_cache *cachep, gfp_t gfp, int node) in kmem_cache_alloc_node()
598 void kmem_cache_free(struct kmem_cache *c, void *b) in kmem_cache_free()
614 void kmem_cache_free_bulk(struct kmem_cache *s, size_t size, void **p) in kmem_cache_free_bulk()
620 int kmem_cache_alloc_bulk(struct kmem_cache *s, gfp_t flags, size_t size, in kmem_cache_alloc_bulk()
627 int __kmem_cache_shutdown(struct kmem_cache *c) in __kmem_cache_shutdown()
633 int __kmem_cache_shrink(struct kmem_cache *d, bool deactivate) in __kmem_cache_shrink()
638 struct kmem_cache kmem_cache_boot = {
640 .size = sizeof(struct kmem_cache),
647 kmem_cache = &kmem_cache_boot; in kmem_cache_init()