Lines Matching defs:left
204 s64 left = local64_read(&hwc->period_left);
210 if (unlikely(left <= -period)) {
211 left = period;
212 local64_set(&hwc->period_left, left);
217 if (unlikely(left <= 0)) {
218 left += period;
219 local64_set(&hwc->period_left, left);
230 if (left > (max_period >> 1))
231 left = (max_period >> 1);
233 local64_set(&hwc->prev_count, (u64)-left);
235 armpmu->write_counter(event, (u64)(-left) & max_period);
304 * may have been left counting. If we don't do this step then we may