Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/bench/ !
Dfutex-wake.c39 static struct stats waketime_stats, wakeup_stats; variable
88 unsigned int wakeup_avg = avg_stats(&wakeup_stats); in print_summary()
178 init_stats(&wakeup_stats); in bench_futex_wake()
209 update_stats(&wakeup_stats, nwoken); in bench_futex_wake()
Dfutex-wake-parallel.c55 static struct stats waketime_stats, wakeup_stats; variable
207 wakeup_avg = avg_stats(&wakeup_stats); in print_summary()
223 update_stats(&wakeup_stats, waking_worker[i].nwoken); in do_run_stats()
293 init_stats(&wakeup_stats); in bench_futex_wake_parallel()
/linux-5.19.10/drivers/net/wireless/st/cw1200/ !
Dqueue.c95 bool wakeup_stats = false; in __cw1200_queue_gc() local
105 wakeup_stats = true; in __cw1200_queue_gc()
113 if (wakeup_stats) in __cw1200_queue_gc()
338 bool wakeup_stats = false; in cw1200_queue_get() local
361 wakeup_stats = true; in cw1200_queue_get()
365 if (wakeup_stats) in cw1200_queue_get()
/linux-5.19.10/drivers/base/power/ !
DMakefile3 obj-$(CONFIG_PM_SLEEP) += main.o wakeup.o wakeup_stats.o