Lines Matching refs:linux_kmem_cache
42 struct linux_kmem_cache *cache;
45 struct linux_kmem_cache { struct
67 lkpi_kmem_cache_alloc(struct linux_kmem_cache *c, gfp_t flags) in lkpi_kmem_cache_alloc() argument
74 lkpi_kmem_cache_zalloc(struct linux_kmem_cache *c, gfp_t flags) in lkpi_kmem_cache_zalloc()
83 struct linux_kmem_cache *c = arg; in linux_kmem_ctor()
108 struct linux_kmem_cache *
112 struct linux_kmem_cache *c; in linux_kmem_cache_create()
149 linux_kmem_cache_free_rcu(struct linux_kmem_cache *c, void *m) in linux_kmem_cache_free_rcu()
157 lkpi_kmem_cache_free_sync(struct linux_kmem_cache *c, void *m) in lkpi_kmem_cache_free_sync()
165 struct linux_kmem_cache *c = context; in lkpi_kmem_cache_free_async_fn()
173 lkpi_kmem_cache_free_async(struct linux_kmem_cache *c, void *m) in lkpi_kmem_cache_free_async()
183 lkpi_kmem_cache_free(struct linux_kmem_cache *c, void *m) in lkpi_kmem_cache_free()
194 linux_kmem_cache_destroy(struct linux_kmem_cache *c) in linux_kmem_cache_destroy()