Searched refs:cgroups (Results 1 – 6 of 6) sorted by relevance
7 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
7 PURPOSE = "Verify the functioning of scheduler cgroups."9 The test will fail if scheduler cgroups do not function correctly.
113 int cgroups:1; member137 char *cgroups[MAX_CGROUPS]; member154 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 …]
9 This test checks basic functionality of cgroups
1602 cgroup_nodelete=bool Normally fio will delete the cgroups it has created after1604 cgroups around after the job completion, set cgroup_nodelete=1.
38 * Remove cgroups from sandbox, from Dan Walsh