Lines Matching refs:GV_TOOFFLINE
97 * vertices by marking those vertices with the GV_TOOFFLINE flag. And we mark
102 * we clear the GV_TOOFFLINE flag and walk the dependencies to offline the new
1340 if (v->gv_flags & GV_TOOFFLINE)
1395 if (v2->gv_flags & GV_TOOFFLINE)
1612 * Any vertex with the GV_TOOFFLINE flag set is guaranteed
1615 if (v->gv_flags & GV_TOOFFLINE)
1953 vertex->gv_flags &= ~GV_TOOFFLINE;
1987 * Set GV_TOOFFLINE for the services we are offlining. We cannot
1988 * clear the GV_TOOFFLINE bits from all the services because
1991 vertex->gv_flags |= GV_TOOFFLINE;
1999 /* set GV_TOOFFLINE for its dependents */
2024 (v->gv_flags & GV_TOOFFLINE) == 0)
4388 if ((vv->gv_flags & GV_TOOFFLINE) == 0)
4570 if ((v->gv_flags & GV_TOOFFLINE) == 0)
5432 * mark_subtree walks the dependents and add the GV_TOOFFLINE flag
5445 if (v->gv_flags & GV_TOOFFLINE)
5454 v->gv_flags |= GV_TOOFFLINE;