Lines Matching refs:slice
80 r = slice_build_subslice(SPECIAL_USER_SLICE, lu, &u->slice);
92 r = hashmap_put(m->user_units, u->slice, u);
118 if (u->slice)
119 hashmap_remove_value(u->manager->user_units, u->slice, u);
127 u->slice = mfree(u->slice);
406 u->slice,
417 log_error_errno(r, "Failed to start user slice %s, ignoring: %s (%s)",
418 u->slice, bus_error_message(&error, r), error.name);
456 * If u->stopping is set, the user is marked for removal and the slice
515 r = manager_stop_unit(u->manager, u->slice, &error, &job);
517 log_error("Failed to stop user slice: %s", bus_error_message(&error, r));
757 return manager_kill_unit(u->manager, u->slice, KILL_ALL, signo, NULL);