Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/resctrl/
Dmba_test.c14 #define NUM_OF_RUNS 5 macro
36 if (runs_per_allocation >= NUM_OF_RUNS) in mba_setup()
72 for (runs = NUM_OF_RUNS * allocation + 1; in show_mba_info()
73 runs < NUM_OF_RUNS * allocation + NUM_OF_RUNS ; runs++) { in show_mba_info()
78 avg_bw_imc = sum_bw_imc / (NUM_OF_RUNS - 1); in show_mba_info()
79 avg_bw_resc = sum_bw_resc / (NUM_OF_RUNS - 1); in show_mba_info()
Dmbm_test.c15 #define NUM_OF_RUNS 5 macro
29 for (runs = 1; runs < NUM_OF_RUNS ; runs++) { in show_bw_info()
52 unsigned long bw_imc[NUM_OF_RUNS], bw_resc[NUM_OF_RUNS]; in check_results()
97 if (num_of_runs++ >= NUM_OF_RUNS) in mbm_setup()
Dcmt_test.c15 #define NUM_OF_RUNS 5 macro
34 if (p->num_of_runs >= NUM_OF_RUNS) in cmt_setup()
74 MAX_DIFF, MAX_DIFF_PERCENT, NUM_OF_RUNS, in check_results()
Dcat_test.c16 #define NUM_OF_RUNS 5 macro
42 if (p->num_of_runs >= NUM_OF_RUNS) in cat_setup()
91 MAX_DIFF, MAX_DIFF_PERCENT, NUM_OF_RUNS, in check_results()