Searched refs:blkcg_node (Results 1 – 5 of 5) sorted by relevance
/linux/block/ |
H A D | blk-cgroup.c | 427 hlist_add_head_rcu(&blkg->blkcg_node, &blkcg->blkg_list); in blkg_create() 542 if (hlist_unhashed(&blkg->blkcg_node)) in blkg_destroy() 558 hlist_del_init_rcu(&blkg->blkcg_node); in blkg_destroy() 587 if (hlist_unhashed(&blkg->blkcg_node)) in blkg_destroy_all() 670 hlist_for_each_entry(blkg, &blkcg->blkg_list, blkcg_node) { in blkcg_reset_stats() 720 hlist_for_each_entry_rcu(blkg, &blkcg->blkg_list, blkcg_node) { in blkcg_print_blkgs() 1207 hlist_for_each_entry_rcu(blkg, &blkcg->blkg_list, blkcg_node) { in blkcg_print_stat() 1279 struct blkcg_gq, blkcg_node); in blkcg_destroy_blkgs()
|
H A D | bfq-cgroup.c | 1031 hlist_for_each_entry(blkg, &blkcg->blkg_list, blkcg_node) { in bfq_io_set_weight_legacy()
|
H A D | blk-iocost.c | 3119 hlist_for_each_entry(blkg, &blkcg->blkg_list, blkcg_node) { in ioc_weight_write()
|
/linux/include/linux/ |
H A D | backing-dev-defs.h | 152 struct list_head blkcg_node; /* anchored at blkcg->cgwb_list */ member
|
/linux/mm/ |
H A D | backing-dev.c | 652 list_del(&wb->blkcg_node); 731 list_add(&wb->blkcg_node, blkcg_cgwb_list); 952 list_for_each_entry_safe(wb, next, list, blkcg_node)
|