Home | History | Annotate | Download | only in tutorial

Lines Matching full:cgroup

2115     "boostgroup = schedtune.cgroup('/boosted')\n",
2121 " cgroup = schedtune.cgroup(cgname)\n",
2122 " attrs = cgroup.get()\n",
2124 " print '{}:{:<15} boost: {}'.format(schedtune.kind, cgroup.name, boost)"
2216 " wload.run(out_dir=res_dir, cgroup=cg)\n",