Searched refs:other_controller (Results 1 – 1 of 1) sorted by relevance
303 const char *other_controller; in mount_cgroup_controllers() local316 other_controller = join_with(controller); in mount_cgroup_controllers()317 if (other_controller) { in mount_cgroup_controllers()321 c = set_remove(controllers, other_controller); in mount_cgroup_controllers()325 if (strcmp(controller, other_controller) < 0) in mount_cgroup_controllers()326 options = strjoin(controller, ",", other_controller); in mount_cgroup_controllers()328 options = strjoin(other_controller, ",", controller); in mount_cgroup_controllers()352 if (other_controller) in mount_cgroup_controllers()353 (void) symlink_controller(options, other_controller); in mount_cgroup_controllers()