Lines Matching refs:kmem_cache
340 struct kmem_cache *__kmem_cache_create_args(const char *name,
344 static inline struct kmem_cache *
374 static inline struct kmem_cache *
391 static inline struct kmem_cache *
436 void kmem_cache_destroy(struct kmem_cache *s);
437 int kmem_cache_shrink(struct kmem_cache *s);
624 typedef struct kmem_cache * kmem_buckets[KMALLOC_SHIFT_HIGH + 1];
737 void *kmem_cache_alloc_noprof(struct kmem_cache *cachep,
741 void *kmem_cache_alloc_lru_noprof(struct kmem_cache *s, struct list_lru *lru,
774 void kmem_cache_free(struct kmem_cache *s, void *objp);
787 void kmem_cache_free_bulk(struct kmem_cache *s, size_t size, void **p);
789 int kmem_cache_alloc_bulk_noprof(struct kmem_cache *s, gfp_t flags, size_t size, void **p);
797 void *kmem_cache_alloc_node_noprof(struct kmem_cache *s, gfp_t flags,
828 void *__kmalloc_cache_noprof(struct kmem_cache *s, gfp_t flags, size_t size)
831 void *__kmalloc_cache_node_noprof(struct kmem_cache *s, gfp_t gfpflags,
1085 unsigned int kmem_cache_size(struct kmem_cache *s);