Searched refs:bw_resc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/ |
H A D | mba_test.c | 59 static void show_mba_info(unsigned long *bw_imc, unsigned long *bw_resc) in show_mba_info() argument 79 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 show_mba_info(bw_imc, bw_resc); in check_results()
|
H A 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()
|
H A D | resctrl_val.c | 484 * @bw_resc: memory bandwidth value 489 unsigned long bw_resc) in print_results_bw() 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() 488 print_results_bw(char *filename, int bm_pid, float bw_imc, unsigned long bw_resc) print_results_bw() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/ |
H A D | mba_test.c | 53 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 D | mbm_test.c | 18 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 D | resctrl_val.c | 527 * @bw_resc: memory bandwidth value 532 unsigned long bw_resc) in print_results_bw() 534 unsigned long diff = fabs(bw_imc - bw_resc); in print_results_bw() 539 printf("Mem_BW_resc: %lu \t Difference: %lu\n", bw_resc, diff); in print_results_bw() 548 bm_pid, bw_imc, bw_resc, diff) <= 0) { in print_results_bw() 599 unsigned long bw_resc, bw_resc_end; in measure_vals() local 618 bw_resc = (bw_resc_end - *bw_resc_start) / MB; in measure_vals() 619 ret = print_results_bw(param->filename, bm_pid, bw_imc, bw_resc); in measure_vals() 531 print_results_bw(char *filename, int bm_pid, float bw_imc, unsigned long bw_resc) print_results_bw() argument
|
Completed in 4 milliseconds