Searched defs:controllers (Results 1 - 2 of 2) sorted by relevance

/lxc/src/lxc/
H A Dcriu.c265 char **controllers = NULL, *fullname; local
268 if (!cgroup_get_hierarchies(i, &controllers)) {
278 path = lxc_cmd_get_cgroup_path(opts->c->name, opts->c->config_path, controllers[0]);
280 ERROR("failed to get cgroup path for %s", controllers[0]);
286 p = cgroup_get_cgroup(opts->handler, controllers[0]);
288 ERROR("failed to get cgroup path for %s", controllers[0]);
305 fullname = lxc_string_join(",", (const char **) controllers, false);
307 ERROR("failed to join controllers");
/lxc/src/lxc/cgroups/
H A Dcgfsng.c34 * a comman-separated list of controllers.
62 * @controllers: either NULL, or a null-terminated list of all
63 * the co-mounted controllers
71 char **controllers; member in struct:hierarchy
256 if (string_in_list(hierarchies[i]->controllers, c))
610 if (!string_in_list(h->controllers, "cpuset"))
694 * For a null-terminated list of controllers @clist, return true if any of
695 * those controllers is already listed the null-terminated list of
705 if (controller_lists_intersect(hlist[i]->controllers, clist))
722 if (string_in_list(hlist[i]->controllers, entr
[all...]

Completed in 14 milliseconds