linux_kmem_cache
void lkpi_kmem_cache_free(struct linux_kmem_cache *, void *);
void linux_kmem_cache_destroy(struct linux_kmem_cache *);
#define kmem_cache linux_kmem_cache
struct linux_kmem_cache;
struct linux_kmem_cache *linux_kmem_cache_create(const char *name,
void *lkpi_kmem_cache_alloc(struct linux_kmem_cache *, gfp_t);
void *lkpi_kmem_cache_zalloc(struct linux_kmem_cache *, gfp_t);
struct linux_kmem_cache *
struct linux_kmem_cache *c;
lkpi_kmem_cache_free_rcu(struct linux_kmem_cache *c, void *m)
lkpi_kmem_cache_free_sync(struct linux_kmem_cache *c, void *m)
struct linux_kmem_cache *c = context;
lkpi_kmem_cache_free_async(struct linux_kmem_cache *c, void *m)
lkpi_kmem_cache_free(struct linux_kmem_cache *c, void *m)
linux_kmem_cache_destroy(struct linux_kmem_cache *c)
struct linux_kmem_cache *cache;
lkpi_kmem_cache_alloc(struct linux_kmem_cache *c, gfp_t flags)
lkpi_kmem_cache_zalloc(struct linux_kmem_cache *c, gfp_t flags)
struct linux_kmem_cache *c = arg;