Lines Matching refs:linux_kmem_cache
41 struct linux_kmem_cache *cache;
44 struct linux_kmem_cache { struct
66 lkpi_kmem_cache_alloc(struct linux_kmem_cache *c, gfp_t flags) in lkpi_kmem_cache_alloc() argument
73 lkpi_kmem_cache_zalloc(struct linux_kmem_cache *c, gfp_t flags) in lkpi_kmem_cache_zalloc()
82 struct linux_kmem_cache *c = arg; in linux_kmem_ctor()
107 struct linux_kmem_cache *
111 struct linux_kmem_cache *c; in linux_kmem_cache_create()
148 lkpi_kmem_cache_free_rcu(struct linux_kmem_cache *c, void *m) in lkpi_kmem_cache_free_rcu()
156 lkpi_kmem_cache_free_sync(struct linux_kmem_cache *c, void *m) in lkpi_kmem_cache_free_sync()
164 struct linux_kmem_cache *c = context; in lkpi_kmem_cache_free_async_fn()
172 lkpi_kmem_cache_free_async(struct linux_kmem_cache *c, void *m) in lkpi_kmem_cache_free_async()
182 lkpi_kmem_cache_free(struct linux_kmem_cache *c, void *m) in lkpi_kmem_cache_free()
193 linux_kmem_cache_destroy(struct linux_kmem_cache *c) in linux_kmem_cache_destroy()