Home
last modified time | relevance | path

Searched refs:final_count (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/power/
H A Dautosleep.c29 unsigned int initial_count, final_count; in try_to_suspend() local
53 if (!pm_get_wakeup_count(&final_count, false)) in try_to_suspend()
60 if (final_count == initial_count) in try_to_suspend()
/openbmc/linux/arch/powerpc/perf/
H A Dimc-pmu.c1084 u64 counter_prev, counter_new, final_count; in imc_event_update() local
1088 final_count = counter_new - counter_prev; in imc_event_update()
1091 local64_add(final_count, &event->count); in imc_event_update()