Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/power/
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()
/Linux-v4.19/arch/powerpc/perf/
Dimc-pmu.c956 u64 counter_prev, counter_new, final_count; in imc_event_update() local
960 final_count = counter_new - counter_prev; in imc_event_update()
963 local64_add(final_count, &event->count); in imc_event_update()