Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/bench/
Dfutex-wake.c37 static struct stats waketime_stats, wakeup_stats; variable
71 unsigned int wakeup_avg = avg_stats(&wakeup_stats); in print_summary()
142 init_stats(&wakeup_stats); in bench_futex_wake()
172 update_stats(&wakeup_stats, nwoken); in bench_futex_wake()
/linux-4.1.27/drivers/net/wireless/cw1200/
Dqueue.c98 bool wakeup_stats = false; in __cw1200_queue_gc() local
108 wakeup_stats = true; in __cw1200_queue_gc()
116 if (wakeup_stats) in __cw1200_queue_gc()
342 bool wakeup_stats = false; in cw1200_queue_get() local
365 wakeup_stats = true; in cw1200_queue_get()
369 if (wakeup_stats) in cw1200_queue_get()