Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/resctrl/
A Dmbm_test.c18 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()
52 unsigned long bw_imc[NUM_OF_RUNS], bw_resc[NUM_OF_RUNS]; in check_results() local
77 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results()
82 ret = show_bw_info(bw_imc, bw_resc, span); in check_results()
A Dmba_test.c54 static void show_mba_info(unsigned long *bw_imc, unsigned long *bw_resc) in show_mba_info() argument
75 sum_bw_resc += bw_resc[runs]; in show_mba_info()
105 unsigned long bw_imc[1024], bw_resc[1024]; in check_results() local
129 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results()
135 show_mba_info(bw_imc, bw_resc); in check_results()
A Dresctrl_val.c489 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()

Completed in 5 milliseconds