Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h64 #define kmem_cache linux_kmem_cache
76 struct linux_kmem_cache { struct
157 extern struct linux_kmem_cache *linux_kmem_cache_create(const char *name,
161 linux_kmem_cache_alloc(struct linux_kmem_cache *c, gfp_t flags) in linux_kmem_cache_alloc()
168 kmem_cache_zalloc(struct linux_kmem_cache *c, gfp_t flags) in kmem_cache_zalloc()
174 extern void linux_kmem_cache_free_rcu(struct linux_kmem_cache *, void *);
177 linux_kmem_cache_free(struct linux_kmem_cache *c, void *m) in linux_kmem_cache_free()
185 extern void linux_kmem_cache_destroy(struct linux_kmem_cache *);
/freebsd-12.1/sys/compat/linuxkpi/common/src/
H A Dlinux_slab.c36 struct linux_kmem_cache *cache;
50 struct linux_kmem_cache *c = arg; in linux_kmem_ctor()
75 struct linux_kmem_cache *
79 struct linux_kmem_cache *c; in linux_kmem_cache_create()
111 linux_kmem_cache_free_rcu(struct linux_kmem_cache *c, void *m) in linux_kmem_cache_free_rcu()
119 linux_kmem_cache_destroy(struct linux_kmem_cache *c) in linux_kmem_cache_destroy()