Searched refs:prev_count (Results 1 – 6 of 6) sorted by relevance
1055 int prev_count = 0; local1069 prev_count++;1073 child = next_count < prev_count ? next : prev;1078 int prev_count = 0; local1091 prev_count++;1094 parent = prev_count < next_count ? prev : next;
1074 int prev_count = 0; local1088 prev_count++;1092 child = next_count < prev_count ? next : prev;1097 int prev_count = 0; local1110 prev_count++;1113 parent = prev_count < next_count ? prev : next;
666 u_int prev_count, processed = 0; in wsemul_sun_output() local750 prev_count = count; in wsemul_sun_output()765 processed += prev_count - count; in wsemul_sun_output()773 processed += prev_count - count; in wsemul_sun_output()804 processed += prev_count - count; in wsemul_sun_output()
1109 u_int prev_count, processed = 0; in wsemul_vt100_output() local1199 prev_count = count; in wsemul_vt100_output()1215 processed += prev_count - count; in wsemul_vt100_output()1225 processed += prev_count - count; in wsemul_vt100_output()1235 processed += prev_count - count; in wsemul_vt100_output()
279 prev = local64_read(&hwc->prev_count); in amdgpu_perf_read()291 } while (!local64_try_cmpxchg(&hwc->prev_count, &prev, count)); in amdgpu_perf_read()
707 prev = local64_read(&hwc->prev_count); in i915_pmu_event_read()710 } while (!local64_try_cmpxchg(&hwc->prev_count, &prev, new)); in i915_pmu_event_read()775 local64_set(&event->hw.prev_count, __i915_pmu_event_read(event)); in i915_pmu_enable()