Home
last modified time | relevance | path

Searched refs:linux_kmem_cache (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_slab.c41 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()
164 struct linux_kmem_cache *c = context; in lkpi_kmem_cache_free_async_fn()
182 lkpi_kmem_cache_free(struct linux_kmem_cache *c, void *m) in lkpi_kmem_cache_free()
[all …]
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h62 #define kmem_cache linux_kmem_cache
76 struct linux_kmem_cache;
243 extern struct linux_kmem_cache *linux_kmem_cache_create(const char *name,
245 extern void *lkpi_kmem_cache_alloc(struct linux_kmem_cache *, gfp_t);
246 extern void *lkpi_kmem_cache_zalloc(struct linux_kmem_cache *, gfp_t);
247 extern void lkpi_kmem_cache_free(struct linux_kmem_cache *, void *);
248 extern void linux_kmem_cache_destroy(struct linux_kmem_cache *);