Lines Matching refs:stopping
452 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 - s2->stopping;