Searched refs:_CG_CRB_DIR (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/site_tests/kernel_SchedBandwith/ |
D | kernel_SchedBandwith.py | 25 _CG_CRB_DIR = os.path.join(_CG_DIR, "chrome_renderers", "background") variable in kernel_SchedBandwith 44 fd = open(os.path.join(self._CG_CRB_DIR, "cpu.stat")) 110 utils.write_one_line(os.path.join(self._CG_CRB_DIR, "tasks"), 128 utils.write_one_line(os.path.join(self._CG_CRB_DIR, "cpu.cfs_quota_us"), 130 rd_quota = utils.read_one_line(os.path.join(self._CG_CRB_DIR, 151 utils.write_one_line(os.path.join(self._CG_CRB_DIR, "cpu.shares"), 153 rd_shares = utils.read_one_line(os.path.join(self._CG_CRB_DIR, 166 period_us = int(utils.read_one_line(os.path.join(self._CG_CRB_DIR, 225 if not os.path.exists(self._CG_CRB_DIR): 226 raise error.TestError("Locating cgroup dir %s" % self._CG_CRB_DIR) [all …]
|