Searched refs:linux_kmem_cache (Results 1 – 2 of 2) sorted by relevance
45 struct linux_kmem_cache *cache;48 struct linux_kmem_cache { struct70 lkpi_kmem_cache_alloc(struct linux_kmem_cache *c, gfp_t flags) in lkpi_kmem_cache_alloc() argument77 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()111 struct linux_kmem_cache *115 struct linux_kmem_cache *c; in linux_kmem_cache_create()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()[all …]
67 #define kmem_cache linux_kmem_cache81 struct linux_kmem_cache;96 struct linux_kmem_cache *linux_kmem_cache_create(const char *name,98 void *lkpi_kmem_cache_alloc(struct linux_kmem_cache *, gfp_t);99 void *lkpi_kmem_cache_zalloc(struct linux_kmem_cache *, gfp_t);100 void lkpi_kmem_cache_free(struct linux_kmem_cache *, void *);101 void linux_kmem_cache_destroy(struct linux_kmem_cache *);