Searched refs:no_of_bits (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/resctrl/ |
| A D | cmt_test.c | 50 static int show_results_info(unsigned long sum_llc_val, int no_of_bits, in show_results_info() argument 72 show_cache_info(no_of_bits, avg_llc_val, cache_span, false); in show_results_info() 77 static int check_results(struct resctrl_val_param *param, size_t span, int no_of_bits) in check_results() argument 108 return show_results_info(sum_llc_occu_resc, no_of_bits, span, in check_results()
|
| 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()
|
| 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
|
| 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()
|
| A D | resctrl.h | 174 void show_cache_info(int no_of_bits, __u64 avg_llc_val, size_t cache_span, bool lines);
|
| /linux/drivers/crypto/ |
| A D | atmel-i2c.c | 313 u32 no_of_bits = DIV_ROUND_UP(TWLO_USEC * bus_clk_rate, USEC_PER_SEC); in atmel_i2c_wake_token_sz() local 316 return DIV_ROUND_UP(no_of_bits, 8); in atmel_i2c_wake_token_sz()
|
Completed in 7 milliseconds