Searched refs:bw_resc (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/ |
D | mbm_test.c | 18 show_bw_info(unsigned long *bw_imc, unsigned long *bw_resc, int span) in show_bw_info() argument 31 sum_bw_resc += bw_resc[runs]; in show_bw_info() 49 unsigned long bw_imc[NUM_OF_RUNS], bw_resc[NUM_OF_RUNS]; in check_results() local 74 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results() 79 show_bw_info(bw_imc, bw_resc, span); in check_results()
|
D | mba_test.c | 54 static void show_mba_info(unsigned long *bw_imc, unsigned long *bw_resc) in show_mba_info() argument 74 sum_bw_resc += bw_resc[runs]; in show_mba_info() 101 unsigned long bw_imc[1024], bw_resc[1024]; in check_results() local 125 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results() 131 show_mba_info(bw_imc, bw_resc); in check_results()
|
D | resctrl_val.c | 489 unsigned long bw_resc) in print_results_bw() argument 491 unsigned long diff = fabs(bw_imc - bw_resc); in print_results_bw() 496 printf("Mem_BW_resc: %lu \t Difference: %lu\n", bw_resc, diff); in print_results_bw() 505 bm_pid, bw_imc, bw_resc, diff) <= 0) { in print_results_bw() 556 unsigned long bw_resc, bw_resc_end; in measure_vals() local 575 bw_resc = (bw_resc_end - *bw_resc_start) / MB; in measure_vals() 576 ret = print_results_bw(param->filename, bm_pid, bw_imc, bw_resc); in measure_vals()
|