Home
last modified time | relevance | path

Searched refs:blkcg_node (Results 1 – 6 of 6) sorted by last modified time

/linux/block/
H A Dblk-cgroup.c426 hlist_add_head_rcu(&blkg->blkcg_node, &blkcg->blkg_list); in blkg_create()
541 if (hlist_unhashed(&blkg->blkcg_node)) in blkg_destroy()
557 hlist_del_init_rcu(&blkg->blkcg_node); in blkg_destroy()
586 if (hlist_unhashed(&blkg->blkcg_node)) in blkg_destroy_all()
636 hlist_for_each_entry(blkg, &blkcg->blkg_list, blkcg_node) { in blkcg_reset_stats()
697 hlist_for_each_entry_rcu(blkg, &blkcg->blkg_list, blkcg_node) { in blkcg_print_blkgs()
1167 hlist_for_each_entry_rcu(blkg, &blkcg->blkg_list, blkcg_node) { in blkcg_print_stat()
1239 struct blkcg_gq, blkcg_node); in blkcg_destroy_blkgs()
H A Dblk-iocost.c3110 hlist_for_each_entry(blkg, &blkcg->blkg_list, blkcg_node) { in ioc_weight_write()
H A Dblk-cgroup.h60 struct hlist_node blkcg_node; member
H A Dbfq-cgroup.c1087 hlist_for_each_entry(blkg, &blkcg->blkg_list, blkcg_node) { in bfq_io_set_weight_legacy()
/linux/mm/
H A Dbacking-dev.c538 list_del(&wb->blkcg_node); in cgwb_kill()
617 list_add(&wb->blkcg_node, blkcg_cgwb_list); in cgwb_create()
838 list_for_each_entry_safe(wb, next, list, blkcg_node) in wb_blkcg_offline()
/linux/include/linux/
H A Dbacking-dev-defs.h152 struct list_head blkcg_node; /* anchored at blkcg->cgwb_list */ member