Home
last modified time | relevance | path

Searched refs:prev_count (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/gprof/
Dcg_print.c1055 int prev_count = 0; local
1069 prev_count++;
1073 child = next_count < prev_count ? next : prev;
1078 int prev_count = 0; local
1091 prev_count++;
1094 parent = prev_count < next_count ? prev : next;
/openbsd/src/gnu/usr.bin/binutils/gprof/
Dcg_print.c1074 int prev_count = 0; local
1088 prev_count++;
1092 child = next_count < prev_count ? next : prev;
1097 int prev_count = 0; local
1110 prev_count++;
1113 parent = prev_count < next_count ? prev : next;
/openbsd/src/sys/dev/wscons/
Dwsemul_sun.c666 u_int prev_count, processed = 0; in wsemul_sun_output() local
750 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()
Dwsemul_vt100.c1109 u_int prev_count, processed = 0; in wsemul_vt100_output() local
1199 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()
/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_pmu.c279 prev = local64_read(&hwc->prev_count); in amdgpu_perf_read()
291 } while (!local64_try_cmpxchg(&hwc->prev_count, &prev, count)); in amdgpu_perf_read()
/openbsd/src/sys/dev/pci/drm/i915/
Di915_pmu.c707 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()