Lines Matching defs:other
806 * other process we spawned might still have a
1920 Unit *other;
1925 SET_FOREACH(other, UNIT(s)->dependencies[UNIT_TRIGGERS], i)
1926 if (unit_active_or_pending(other)) {
2717 static void socket_trigger_notify(Unit *u, Unit *other) {
2721 assert(other);
2728 if (other->start_limit_hit) {
2733 if (other->load_state != UNIT_LOADED || other->type != UNIT_SERVICE)
2736 if (IN_SET(SERVICE(other)->state,
2742 if (SERVICE(other)->state == SERVICE_RUNNING)