final_count       981 arch/powerpc/perf/imc-pmu.c 	u64 counter_prev, counter_new, final_count;
final_count       985 arch/powerpc/perf/imc-pmu.c 	final_count = counter_new - counter_prev;
final_count       988 arch/powerpc/perf/imc-pmu.c 	local64_add(final_count, &event->count);
final_count        29 kernel/power/autosleep.c 	unsigned int initial_count, final_count;
final_count        53 kernel/power/autosleep.c 	if (!pm_get_wakeup_count(&final_count, false))
final_count        60 kernel/power/autosleep.c 	if (final_count == initial_count)