Searched refs:blkcg_root (Results 1 – 3 of 3) sorted by relevance
42 blkcg_root = prog['blkcg_root'] variable228 for i, ptr in radix_tree_for_each(blkcg_root.blkg_tree.address_of_()):258 for path, blkg in BlkgIterator(blkcg_root, q_id):
49 struct blkcg blkcg_root; variable50 EXPORT_SYMBOL_GPL(blkcg_root);52 struct cgroup_subsys_state * const blkcg_root_css = &blkcg_root.css;487 if (blkcg != &blkcg_root && in blkg_lookup_create()1341 blkcg = &blkcg_root; in blkcg_css_alloc()1391 if (blkcg != &blkcg_root) in blkcg_css_alloc()1422 new_blkg = blkg_alloc(&blkcg_root, disk, GFP_KERNEL); in blkcg_init_disk()1431 blkg = blkg_create(&blkcg_root, disk, new_blkg); in blkcg_init_disk()
188 extern struct blkcg blkcg_root;252 if (blkcg == &blkcg_root) in blkg_lookup()