Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dzbud.h9 struct zbud_ops { struct
13 struct zbud_pool *zbud_create_pool(gfp_t gfp, const struct zbud_ops *ops); argument
/OK3568_Linux_fs/kernel/mm/
H A Dzbud.c100 const struct zbud_ops *ops;
137 static const struct zbud_ops zbud_zpool_ops = {
306 struct zbud_pool *zbud_create_pool(gfp_t gfp, const struct zbud_ops *ops) in zbud_create_pool()