Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_ChromeCgroups/
Dcontrol7 PURPOSE = "Verify that the chrome_renderers cgroups are created and used."
8 CRITERIA = "Fails if the required cgroups do not exist or are empty."
18 cgroups exist and that tasks are placed in those cgroups when multiple
/external/autotest/client/site_tests/kernel_SchedCgroups/
Dcontrol7 PURPOSE = "Verify the functioning of scheduler cgroups."
9 The test will fail if scheduler cgroups do not function correctly.
/external/minijail/
Dlibminijail.c113 int cgroups:1; member
137 char *cgroups[MAX_CGROUPS]; member
154 j->flags.cgroups = 0; in minijail_preenter()
543 j->cgroups[j->cgroup_count] = strdup(path); in minijail_add_to_cgroup()
544 if (!j->cgroups[j->cgroup_count]) in minijail_add_to_cgroup()
547 j->flags.cgroups = 1; in minijail_add_to_cgroup()
706 marshal_append(state, j->cgroups[i], strlen(j->cgroups[i]) + 1); in minijail_marshal_helper()
871 j->cgroups[i] = strdup(cgroup); in minijail_unmarshal()
872 if (!j->cgroups[i]) in minijail_unmarshal()
889 free(j->cgroups[i]); in minijail_unmarshal()
[all …]
/external/autotest/client/tests/cgroup/
Dcontrol9 This test checks basic functionality of cgroups
/external/fio/
DHOWTO1602 cgroup_nodelete=bool Normally fio will delete the cgroups it has created after
1604 cgroups around after the job completion, set cgroup_nodelete=1.
/external/selinux/policycoreutils/
DChangeLog38 * Remove cgroups from sandbox, from Dan Walsh