Searched refs:blkcg_root (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/cgroup/
H A Diocost_monitor.py42 blkcg_root = prog['blkcg_root']
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-master/block/
H A Dblk-cgroup.h189 extern struct blkcg blkcg_root;
254 if (blkcg == &blkcg_root)
H A Dblk-cgroup.c49 struct blkcg blkcg_root; variable in typeref:struct:blkcg
50 EXPORT_SYMBOL_GPL(blkcg_root); variable
52 struct cgroup_subsys_state * const blkcg_root_css = &blkcg_root.css;
464 * create one. blkg creation is performed recursively from blkcg_root such
487 if (blkcg != &blkcg_root &&
494 * Create blkgs walking down from blkcg_root to @blkcg, so that all
848 * Create blkgs walking down from blkcg_root to @blkcg, so that all
1341 blkcg = &blkcg_root;
1391 if (blkcg != &blkcg_root)
1425 new_blkg = blkg_alloc(&blkcg_root, dis
[all...]

Completed in 253 milliseconds