Lines Matching refs:GV_DEATHROW
1601 if (v->gv_flags & GV_DEATHROW) {
1603 * A dependency on an instance with GV_DEATHROW
3170 * GV_DEATHROW flag on the vertex and create and set to true the
3174 if ((v->gv_flags & GV_DEATHROW) ||
3176 if ((v->gv_flags & GV_DEATHROW) == 0) {
3178 * Set flag GV_DEATHROW, create and set to true
3182 v->gv_flags |= GV_DEATHROW;
3220 * of a refresh, GV_DEATHROW may need to be set again.
3240 v->gv_flags |= GV_DEATHROW;
5032 v->gv_flags &= ~GV_DEATHROW;