Lines Matching full:cgroups
520 * For CGroups V2 this is very simple as there is only one
679 tst_res(TINFO, "Mounted V2 CGroups on %s", mnt_path); in cgroup_mount_v2()
685 tst_res(TINFO | TERRNO, "Could not mount V2 CGroups on %s", mnt_path); in cgroup_mount_v2()
783 * of cgroups. If we are on V2 we first need to enable the controller
789 * to distribute these settings to the test cgroups. This means the
928 /* Maybe remove CGroups used during testing and clear our data
930 * This will never remove CGroups we did not create to allow tests to
935 * unique per test CGroups.
946 * The ltp/drain CGroup is required for cleaning up test CGroups when
947 * we can not move them to the root CGroup. CGroups can only be
948 * removed when they have no members and only leaf or root CGroups may
950 * their own CGroups they must move themselves either to root or
956 * CGroups. Otherwise we just leave the test process to die in the
959 * Finally we clear any data we have collected on CGroups. This will
1260 "No CGroups found; maybe you forgot to call tst_cg_require?"); in group_from_roots()