Home
last modified time | relevance | path

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

/linux/mm/
H A Dzbud.c75 struct zbud_pool;
78 * struct zbud_pool - stores metadata for each zbud pool
91 struct zbud_pool { struct
200 static struct zbud_pool *zbud_create_pool(gfp_t gfp) in zbud_create_pool()
202 struct zbud_pool *pool; in zbud_create_pool()
205 pool = kzalloc(sizeof(struct zbud_pool), gfp); in zbud_create_pool()
222 static void zbud_destroy_pool(struct zbud_pool *pool) in zbud_destroy_pool()
246 static int zbud_alloc(struct zbud_pool *pool, size_t size, gfp_t gfp, in zbud_alloc()
311 static void zbud_free(struct zbud_pool *pool, unsigned long handle) in zbud_free()
353 static void *zbud_map(struct zbud_pool *poo
92 lockzbud_pool global() argument
93 __anon4cfb8c25010azbud_pool global() argument
101 pages_nrzbud_pool global() argument
[all...]