Home
last modified time | relevance | path

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

/tools/cgroup/
Diocost_monitor.py67 def walk(self, blkcg, q_id, parent_path): argument
75 address=radix_tree_lookup(blkcg.blkg_tree, q_id))
83 self.walk(c, q_id, path)
85 def __init__(self, root_blkcg, q_id, include_dying=False): argument
88 self.walk(root_blkcg, q_id, '')
227 q_id = None variable
235 q_id = blkg.q.id.value_() variable
258 for path, blkg in BlkgIterator(blkcg_root, q_id):