Searched refs:linux_kmem_cache (Results 1 – 2 of 2) sorted by relevance
42 struct linux_kmem_cache *cache;45 struct linux_kmem_cache { struct67 lkpi_kmem_cache_alloc(struct linux_kmem_cache *c, gfp_t flags) in lkpi_kmem_cache_alloc() argument74 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()165 struct linux_kmem_cache *c = context; in lkpi_kmem_cache_free_async_fn()183 lkpi_kmem_cache_free(struct linux_kmem_cache *c, void *m) in lkpi_kmem_cache_free()[all …]
64 #define kmem_cache linux_kmem_cache77 struct linux_kmem_cache;203 extern struct linux_kmem_cache *linux_kmem_cache_create(const char *name,205 extern void *lkpi_kmem_cache_alloc(struct linux_kmem_cache *, gfp_t);206 extern void *lkpi_kmem_cache_zalloc(struct linux_kmem_cache *, gfp_t);207 extern void lkpi_kmem_cache_free(struct linux_kmem_cache *, void *);208 extern void linux_kmem_cache_destroy(struct linux_kmem_cache *);210 void linux_kmem_cache_free_rcu(struct linux_kmem_cache *, void *);