Searched refs:no_of_bits (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/resctrl/ |
| H A D | cache.c | 183 void show_cache_info(int no_of_bits, __u64 avg_llc_val, size_t cache_span, bool lines) in show_cache_info() argument 185 ksft_print_msg("Number of bits: %d\n", no_of_bits); in show_cache_info()
|
| H A D | README | 73 usage: resctrl_tests [-h] [-b "benchmark_cmd [options]"] [-t test list] [-n no_of_bits] 76 -n no_of_bits: run cache tests using specified no of bits in cache bit mask
|
| H A D | cat_test.c | 32 static int show_results_info(__u64 sum_llc_val, int no_of_bits, in show_results_info() argument 56 show_cache_info(no_of_bits, avg_llc_val, cache_span, true); in show_results_info() 265 ksft_print_msg("Invalid input value for no_of_bits n!\n"); in cat_run_test()
|
| H A D | resctrl.h | 217 void show_cache_info(int no_of_bits, __u64 avg_llc_val, size_t cache_span, bool lines);
|