Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dzbud.h8 struct zbud_ops { struct
12 struct zbud_pool *zbud_create_pool(gfp_t gfp, struct zbud_ops *ops); argument
/linux-4.1.27/mm/
Dzbud.c99 struct zbud_ops *ops;
129 static struct zbud_ops zbud_zpool_ops = {
290 struct zbud_pool *zbud_create_pool(gfp_t gfp, struct zbud_ops *ops) in zbud_create_pool()