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

/linux-master/tools/testing/selftests/resctrl/
H A Dmba_test.c14 #define NUM_OF_RUNS 5 macro
33 if (runs_per_allocation >= NUM_OF_RUNS)
36 /* Only set up schemata once every NUM_OF_RUNS of allocations */
72 for (runs = NUM_OF_RUNS * allocation + 1;
73 runs < NUM_OF_RUNS * allocation + NUM_OF_RUNS ; runs++) {
78 avg_bw_imc = sum_bw_imc / (NUM_OF_RUNS - 1);
79 avg_bw_resc = sum_bw_resc / (NUM_OF_RUNS - 1);
H A Dmbm_test.c15 #define NUM_OF_RUNS 5 macro
29 for (runs = 1; runs < NUM_OF_RUNS ; runs++) {
52 unsigned long bw_imc[NUM_OF_RUNS], bw_resc[NUM_OF_RUNS];
95 /* Run NUM_OF_RUNS times */
96 if (p->num_of_runs >= NUM_OF_RUNS)
H A Dcmt_test.c15 #define NUM_OF_RUNS 5 macro
23 /* Run NUM_OF_RUNS times */
24 if (p->num_of_runs >= NUM_OF_RUNS)
H A Dcat_test.c15 #define NUM_OF_RUNS 5 macro
101 if (runs < NUM_OF_RUNS)
210 for (i = 0; i < NUM_OF_RUNS; i++) {

Completed in 110 milliseconds