Lines Matching refs:cv
124 struct clip_vcc *cv;128 for (cv = entry->vccs; cv; cv = cv->next) {129 unsigned long exp = cv->last_use + cv->idle_timeout;131 if (cv->idle_timeout && time_after(jiffies, exp)) {133 cv, cv->vcc, entry);134 vcc_release_async(cv->vcc, -ETIMEDOUT);