Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/resctrl/
H A Dmbm_test.c18 show_bw_info(unsigned long *bw_imc, unsigned long *bw_resc, size_t 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()
H A Dmba_test.c53 static bool 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()
106 unsigned long bw_imc[1024], bw_resc[1024]; in check_results() local
130 bw_resc[runs] = strtoul(token_array[5], NULL, 0); in check_results()
136 return show_mba_info(bw_imc, bw_resc); in check_results()
H A Dresctrl_val.c549 unsigned long bw_resc) in print_results_bw() argument
551 unsigned long diff = fabs(bw_imc - bw_resc); in print_results_bw()
556 printf("Mem_BW_resc: %lu \t Difference: %lu\n", bw_resc, diff); in print_results_bw()
565 bm_pid, bw_imc, bw_resc, diff) <= 0) { in print_results_bw()
616 unsigned long bw_resc, bw_resc_end; in measure_vals() local
635 bw_resc = (bw_resc_end - *bw_resc_start) / MB; in measure_vals()
636 ret = print_results_bw(param->filename, bm_pid, bw_imc, bw_resc); in measure_vals()