Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/controllers/cpuctl/
Dcpuctl_latency_check_task.c61 #define NUM_TIMES 200 /* How many intervals you want to check */ macro
109 for (count = NUM_TIMES; count >= 0; count -= INTERVALS) { in main()