Home
last modified time | relevance | path

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

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