Searched refs:blkcg_node (Results 1 – 5 of 5) sorted by relevance
| /linux/block/ |
| H A D | blk-cgroup.c | 421 hlist_add_head_rcu(&blkg->blkcg_node, &blkcg->blkg_list); in blkg_create() 536 if (hlist_unhashed(&blkg->blkcg_node)) in blkg_destroy() 552 hlist_del_init_rcu(&blkg->blkcg_node); in blkg_destroy() 581 if (hlist_unhashed(&blkg->blkcg_node)) in blkg_destroy_all() 665 hlist_for_each_entry(blkg, &blkcg->blkg_list, blkcg_node) { in blkcg_reset_stats() 715 hlist_for_each_entry_rcu(blkg, &blkcg->blkg_list, blkcg_node) { in blkcg_print_blkgs() 1241 hlist_for_each_entry_rcu(blkg, &blkcg->blkg_list, blkcg_node) { in blkcg_print_stat() 1313 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 | 3117 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 | 653 list_del(&wb->blkcg_node); in cgwb_kill() 734 list_add(&wb->blkcg_node, blkcg_cgwb_list); in cgwb_create() 957 list_for_each_entry_safe(wb, next, list, blkcg_node) in wb_blkcg_offline()
|