Home | History | Annotate | Download | only in linux

Lines Matching refs:kmem_cache

170 struct kmem_cache {
180 struct kmem_cache *const kc = cookie;
191 struct kmem_cache *const kc = cookie;
198 static inline struct kmem_cache *
202 struct kmem_cache *kc;
221 static inline struct kmem_cache *
228 #define KMEM_CACHE(T, F) \
233 kmem_cache_destroy(struct kmem_cache *kc)
241 kmem_cache_alloc(struct kmem_cache *kc, gfp_t gfp)
262 kmem_cache_zalloc(struct kmem_cache *kc, gfp_t gfp)
269 kmem_cache_free(struct kmem_cache *kc, void *ptr)
276 kmem_cache_shrink(struct kmem_cache *kc)