zbud_create_pool   13 include/linux/zbud.h struct zbud_pool *zbud_create_pool(gfp_t gfp, const struct zbud_ops *ops);
zbud_create_pool  147 mm/zbud.c      	pool = zbud_create_pool(gfp, zpool_ops ? &zbud_zpool_ops : NULL);