Lines Matching defs:controllers
531 * *below* the controllers, without any prefix. */
574 * controllers are considered accessible, except for the named
1991 /* Determines the mask of supported cgroup controllers. Only
1992 * includes controllers we can make sense of and that are
1999 _cleanup_free_ char *root = NULL, *controllers = NULL, *path = NULL;
2003 * and accessible controllers from a the top-level
2010 r = cg_get_path(SYSTEMD_CGROUP_CONTROLLER, root, "cgroup.controllers", &path);
2014 r = read_one_line_file(path, &controllers);
2018 c = controllers;
2060 int cg_kernel_controllers(Set *controllers) {
2065 assert(controllers);
2067 /* Determines the full list of kernel-known controllers. Might
2068 * include controllers we don't actually support, arbitrary
2069 * named hierarchies and controllers that aren't currently
2108 r = set_consume(controllers, controller);
2159 if (!unified) /* on the legacy hiearchy there's no joining of controllers defined */