Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/resctrl/
H A Dmba_test.c14 #define NUM_OF_RUNS 5 macro
47 if (runs_per_allocation >= NUM_OF_RUNS) in mba_setup()
89 for (runs = NUM_OF_RUNS * allocation; in show_mba_info()
90 runs < NUM_OF_RUNS * allocation + NUM_OF_RUNS ; runs++) { in show_mba_info()
95 avg_bw_imc = sum_bw_imc / NUM_OF_RUNS; in show_mba_info()
96 avg_bw_resc = sum_bw_resc / NUM_OF_RUNS; in show_mba_info()
130 unsigned long bw_resc[NUM_OF_RUNS * ALLOCATION_MAX / ALLOCATION_STEP]; in check_results()
131 unsigned long bw_imc[NUM_OF_RUNS * ALLOCATION_MAX / ALLOCATION_STEP]; in check_results()
H A Dmbm_test.c15 #define NUM_OF_RUNS 5 macro
25 for (runs = 0; runs < NUM_OF_RUNS; runs++) { in show_bw_info()
30 avg_bw_imc = sum_bw_imc / NUM_OF_RUNS; in show_bw_info()
31 avg_bw_resc = sum_bw_resc / NUM_OF_RUNS; in show_bw_info()
49 unsigned long bw_imc[NUM_OF_RUNS], bw_resc[NUM_OF_RUNS]; in check_results()
106 if (p->num_of_runs >= NUM_OF_RUNS) in mbm_setup()
H A Dcmt_test.c15 #define NUM_OF_RUNS 5 macro
35 if (p->num_of_runs >= NUM_OF_RUNS) in cmt_setup()
H A Dcat_test.c15 #define NUM_OF_RUNS 5 macro
101 if (runs < NUM_OF_RUNS) in check_results()
208 for (i = 0; i < NUM_OF_RUNS; i++) { in cat_test()