Home
last modified time | relevance | path

Searched refs:no_of_bits (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/resctrl/
A Dcmt_test.c50 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 Dcache.c183 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 DREADME73 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 Dcat_test.c32 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 Dresctrl.h174 void show_cache_info(int no_of_bits, __u64 avg_llc_val, size_t cache_span, bool lines);
/linux/drivers/crypto/
A Datmel-i2c.c313 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