Home
last modified time | relevance | path

Searched refs:blkcg_node (Results 1 – 4 of 4) sorted by relevance

/linux/block/
H A Dblk-cgroup.c428 hlist_add_head_rcu(&blkg->blkcg_node, &blkcg->blkg_list); in blkg_create()
534 if (hlist_unhashed(&blkg->blkcg_node)) in blkg_destroy()
550 hlist_del_init_rcu(&blkg->blkcg_node); in blkg_destroy()
580 if (hlist_unhashed(&blkg->blkcg_node)) in blkg_destroy_all()
668 hlist_for_each_entry(blkg, &blkcg->blkg_list, blkcg_node) { in blkcg_reset_stats()
718 hlist_for_each_entry_rcu(blkg, &blkcg->blkg_list, blkcg_node) { in blkcg_print_blkgs()
1198 hlist_for_each_entry(blkg, &blkcg->blkg_list, blkcg_node) in blkcg_print_stat()
1255 blkcg_node); in blkcg_get_first_blkg()
1618 if (hlist_unhashed(&blkg->blkcg_node)) in blkcg_activate_policy()
H A Dblk-cgroup.h60 struct hlist_node blkcg_node; member
H A Dbfq-cgroup.c1048 hlist_for_each_entry(blkg, &blkcg->blkg_list, blkcg_node) { in bfq_io_set_weight_legacy()
H A Dblk-iocost.c3167 hlist_for_each_entry(blkg, &blkcg->blkg_list, blkcg_node) { in ioc_weight_write()