HomeSort by relevance Sort by last modified time
    Searched refs:first_counter (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/controllers/cpuctl/
cpuctl_def_task01.c 94 int first_counter = 0; /* To take n number of readings */ local
223 first_counter++;
226 if (first_counter >= NUM_INTERVALS) {
227 first_counter = 0;
cpuctl_test01.c 94 int first_counter = 0; /* To take n number of readings */ local
212 first_counter++;
214 if (first_counter >= NUM_INTERVALS) { /* Take n sets of readings for each shares value */
215 first_counter = 0;

Completed in 84 milliseconds