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

/linux-master/tools/perf/bench/
H A Dfutex-wake-parallel.c187 struct stats __waketime_stats, __wakeup_stats; local
189 init_stats(&__wakeup_stats);
194 update_stats(&__wakeup_stats, waking_worker[i].nwoken);
199 wakeup_avg = avg_stats(&__wakeup_stats);

Completed in 263 milliseconds