Home
last modified time | relevance | path

Searched refs:cgwb_list (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/mm/
Dbacking-dev.c441 memcg_cgwb_list = &memcg->cgwb_list; in cgwb_create()
442 blkcg_cgwb_list = &blkcg->cgwb_list; in cgwb_create()
645 struct list_head *memcg_cgwb_list = &memcg->cgwb_list; in wb_memcg_offline()
666 list_for_each_entry_safe(wb, next, &blkcg->cgwb_list, blkcg_node) in wb_blkcg_offline()
668 blkcg->cgwb_list.next = NULL; /* prevent new wb's */ in wb_blkcg_offline()
Dmemcontrol.c5374 INIT_LIST_HEAD(&memcg->cgwb_list); in mem_cgroup_alloc()
/kernel/linux/linux-5.10/include/linux/
Dblk-cgroup.h60 struct list_head cgwb_list; member
Dmemcontrol.h335 struct list_head cgwb_list; member
/kernel/linux/linux-5.10/block/
Dblk-cgroup.c1126 INIT_LIST_HEAD(&blkcg->cgwb_list); in blkcg_css_alloc()