Home
last modified time | relevance | path

Searched refs:blkcg_root (Results 1 – 2 of 2) sorted by relevance

/linux/tools/cgroup/
H A Diocost_monitor.py42 blkcg_root = prog['blkcg_root'] variable
228 for i, ptr in radix_tree_for_each(blkcg_root.blkg_tree.address_of_()):
258 for path, blkg in BlkgIterator(blkcg_root, q_id):
/linux/block/
H A Dblk-cgroup.c50 struct blkcg blkcg_root; variable
51 EXPORT_SYMBOL_GPL(blkcg_root);
53 struct cgroup_subsys_state * const blkcg_root_css = &blkcg_root.css;
460 * create one. blkg creation is performed recursively from blkcg_root such
476 if (blkcg != &blkcg_root && in blkg_lookup_create()
485 * Create blkgs walking down from blkcg_root to @blkcg, so that all in blkg_lookup_create()
856 * Create blkgs walking down from blkcg_root to @blkcg, so that all
1373 blkcg = &blkcg_root; in blkcg_unpin_online()
1423 if (blkcg != &blkcg_root) in blkcg_css_alloc()
1468 new_blkg = blkg_alloc(&blkcg_root, dis in blkcg_css_alloc()
[all...]