Searched refs:wakeup_stats (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/base/power/
H A DMakefile3 obj-$(CONFIG_PM_SLEEP) += main.o wakeup.o wakeup_stats.o
/linux-master/tools/perf/bench/
H A Dfutex-wake.c40 static struct stats waketime_stats, wakeup_stats; variable in typeref:struct:
89 unsigned int wakeup_avg = avg_stats(&wakeup_stats);
181 init_stats(&wakeup_stats);
211 update_stats(&wakeup_stats, nwoken);
H A Dfutex-wake-parallel.c56 static struct stats waketime_stats, wakeup_stats; variable in typeref:struct:
214 wakeup_avg = avg_stats(&wakeup_stats);
230 update_stats(&wakeup_stats, waking_worker[i].nwoken);
299 init_stats(&wakeup_stats);
/linux-master/drivers/net/wireless/st/cw1200/
H A Dqueue.c95 bool wakeup_stats = false; local
107 wakeup_stats = true;
115 if (wakeup_stats)
340 bool wakeup_stats = false; local
363 wakeup_stats = true;
367 if (wakeup_stats)

Completed in 118 milliseconds