Searched refs:stopping (Results 1 - 7 of 7) sorted by relevance

/systemd/src/login/
H A Dlogind-user.c452 if (u->started && !u->stopping)
456 * If u->stopping is set, the user is marked for removal and the slice
468 u->stopping = false;
575 if (u->stopping) {
596 u->stopping = true;
726 if (u->stopping)
765 return (s->class == SESSION_USER && !s->stopping);
791 if (s1->stopping != s2->stopping)
792 return s1->stopping
[all...]
H A Dlogind-user.h57 bool stopping:1; member in struct:User
H A Dlogind-session.h110 bool stopping:1; member in struct:Session
H A Dlogind-session.c433 s->stopping = true;
660 s->stopping = true;
732 if (!s->started || s->stopping)
969 if (s->stopping || s->timer_event_source)
H A Dlogind-seat.c353 if (i->vtnr == vtnr && !i->stopping) {
/systemd/src/machine/
H A Dmachine.h84 bool stopping:1; member in struct:Machine
H A Dmachine.c464 m->stopping = true;
527 if (s->stopping)

Completed in 1392 milliseconds