Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dmemcontrol.h322 struct wb_domain cgwb_domain; member
/Linux-v5.10/mm/
Dmemcontrol.c4544 return wb_domain_init(&memcg->cgwb_domain, gfp); in memcg_wb_domain_init()
4549 wb_domain_exit(&memcg->cgwb_domain); in memcg_wb_domain_exit()
4554 wb_domain_size_changed(&memcg->cgwb_domain); in memcg_wb_domain_size_changed()
4564 return &memcg->cgwb_domain; in mem_cgroup_wb_domain()