Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dzbud.h12 struct zbud_pool *zbud_create_pool(gfp_t gfp, struct zbud_ops *ops);
/linux-4.1.27/mm/
Dzbud.c136 return zbud_create_pool(gfp, zpool_ops ? &zbud_zpool_ops : NULL); in zbud_zpool_create()
290 struct zbud_pool *zbud_create_pool(gfp_t gfp, struct zbud_ops *ops) in zbud_create_pool() function