Searched refs:NR_SAMPLES (Results 1 – 1 of 1) sorted by relevance
10 #define NR_SAMPLES 10 /* sample timer 10 times */ macro60 for (int i = 0; i < NR_SAMPLES; ++i) { in timer()71 printk("\taverage = %uHz\n", (unsigned) (sum / NR_SAMPLES)); in timer()