Searched refs:count_value (Results 1 – 3 of 3) sorted by relevance
102 unsigned long count_value; in __udelay() local104 count_value = timer_get_us_down(); in __udelay()105 while ((int)(count_value - timer_get_us_down()) < (int)usec) in __udelay()
205 const std::size_t count_value = count_; in Wait() local206 if (count_value) { in Wait()207 WaitForVariableChange(&count_, count_value, &cond_, &mutex_); in Wait()
193 " count_value = sess.run(count)\n",196 " counts.append(count_value)\n",