Home
last modified time | relevance | path

Searched refs:sum_llc_occu_resc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/
H A Dcqm_test.c42 static void show_cache_info(unsigned long sum_llc_occu_resc, int no_of_bits, in show_cache_info() argument
50 avg_llc_occu_resc = sum_llc_occu_resc / (NUM_OF_RUNS - 1); in show_cache_info()
77 unsigned long sum_llc_occu_resc = 0; in check_results() local
100 sum_llc_occu_resc += strtoul(token_array[3], NULL, 0); in check_results()
104 show_cache_info(sum_llc_occu_resc, no_of_bits, param->span); in check_results()
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/
H A Dcmt_test.c33 unsigned long sum_llc_occu_resc = 0; in check_results() local
56 sum_llc_occu_resc += strtoul(token_array[3], NULL, 0); in check_results()
61 return show_cache_info(sum_llc_occu_resc, no_of_bits, span, in check_results()

Completed in 1 milliseconds