Lines Matching defs:c
57 #define LINUX_KMEM_TO_RCU(c, m) \ argument
70 lkpi_kmem_cache_alloc(struct linux_kmem_cache *c, gfp_t flags) in lkpi_kmem_cache_alloc()
77 lkpi_kmem_cache_zalloc(struct linux_kmem_cache *c, gfp_t flags) in lkpi_kmem_cache_zalloc()
86 struct linux_kmem_cache *c = arg; in linux_kmem_ctor() local
115 struct linux_kmem_cache *c; in linux_kmem_cache_create() local
152 lkpi_kmem_cache_free_rcu(struct linux_kmem_cache *c, void *m) in lkpi_kmem_cache_free_rcu()
160 lkpi_kmem_cache_free_sync(struct linux_kmem_cache *c, void *m) in lkpi_kmem_cache_free_sync()
168 struct linux_kmem_cache *c = context; in lkpi_kmem_cache_free_async_fn() local
176 lkpi_kmem_cache_free_async(struct linux_kmem_cache *c, void *m) in lkpi_kmem_cache_free_async()
186 lkpi_kmem_cache_free(struct linux_kmem_cache *c, void *m) in lkpi_kmem_cache_free()
197 linux_kmem_cache_destroy(struct linux_kmem_cache *c) in linux_kmem_cache_destroy()