Searched refs:prev_count (Results 1 – 5 of 5) sorted by relevance
84 static int prev_count, prev_hardclock; in vax_mfpr_get_counter() local102 if (counter < prev_count && cur_hardclock == prev_hardclock) in vax_mfpr_get_counter()105 prev_count = counter; in vax_mfpr_get_counter()
105 prev = local64_read(&hwc->prev_count); in amdgpu_perf_read()116 } while (local64_cmpxchg(&hwc->prev_count, prev, count) != prev); in amdgpu_perf_read()
1052 int prev_count = 0; in order_and_dump_functions_by_arcs() local1066 prev_count++; in order_and_dump_functions_by_arcs()1070 child = next_count < prev_count ? next : prev; in order_and_dump_functions_by_arcs()1075 int prev_count = 0; in order_and_dump_functions_by_arcs() local1088 prev_count++; in order_and_dump_functions_by_arcs()1091 parent = prev_count < next_count ? prev : next; in order_and_dump_functions_by_arcs()
630 prev = local64_read(&hwc->prev_count); in i915_pmu_event_read()633 if (local64_cmpxchg(&hwc->prev_count, prev, new) != prev) in i915_pmu_event_read()705 local64_set(&event->hw.prev_count, __i915_pmu_event_read(event)); in i915_pmu_enable()