Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/arch/powerpc/perf/
Dimc-pmu.c1078 u64 counter_prev, counter_new, final_count; in imc_event_update() local
1082 final_count = counter_new - counter_prev; in imc_event_update()
1085 local64_add(final_count, &event->count); in imc_event_update()