Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dmemcontrol.h325 struct wb_domain cgwb_domain; member
/Linux-v5.4/mm/
Dmemcontrol.c4328 return wb_domain_init(&memcg->cgwb_domain, gfp); in memcg_wb_domain_init()
4333 wb_domain_exit(&memcg->cgwb_domain); in memcg_wb_domain_exit()
4338 wb_domain_size_changed(&memcg->cgwb_domain); in memcg_wb_domain_size_changed()
4348 return &memcg->cgwb_domain; in mem_cgroup_wb_domain()