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

/linux-4.4.14/tools/perf/bench/
H A Dfutex-wake.c37 static struct stats waketime_stats, wakeup_stats; variable in typeref:struct:
76 unsigned int wakeup_avg = avg_stats(&wakeup_stats); print_summary()
147 init_stats(&wakeup_stats); bench_futex_wake()
177 update_stats(&wakeup_stats, nwoken); bench_futex_wake()
H A Dfutex-wake-parallel.c39 static struct stats waketime_stats, wakeup_stats; variable in typeref:struct:
167 wakeup_avg = avg_stats(&wakeup_stats); print_summary()
183 update_stats(&wakeup_stats, waking_worker[i].nwoken); do_run_stats()
243 init_stats(&wakeup_stats); bench_futex_wake_parallel()
/linux-4.4.14/drivers/net/wireless/cw1200/
H A Dqueue.c98 bool wakeup_stats = false; __cw1200_queue_gc() local
108 wakeup_stats = true; __cw1200_queue_gc()
116 if (wakeup_stats) __cw1200_queue_gc()
342 bool wakeup_stats = false; cw1200_queue_get() local
365 wakeup_stats = true; cw1200_queue_get()
369 if (wakeup_stats) cw1200_queue_get()

Completed in 161 milliseconds