Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/resctrl/
H A Dresctrl_tests.c173 static void run_cat_test(int cpu_no, int no_of_bits) in run_cat_test() argument
189 res = cat_perf_miss_val(cpu_no, no_of_bits, "L3"); in run_cat_test()
199 int c, cpu_no = 1, argc_new = argc, i, no_of_bits = 0; in main() local
252 no_of_bits = atoi(optarg); in main()
253 if (no_of_bits <= 0) { in main()
320 run_cat_test(cpu_no, no_of_bits); in main()
H A Dcat_test.c48 int runs = 0, no_of_bits = 0; in check_results() local
77 no_of_bits = count_bits(param->mask); in check_results()
79 return show_cache_info(sum_llc_perf_miss, no_of_bits, span / 64, in check_results()
H A Dresctrl.h108 int cat_perf_miss_val(int cpu_no, int no_of_bits, char *cache_type);
114 int show_cache_info(unsigned long sum_llc_val, int no_of_bits,
H A Dcmt_test.c30 static int check_results(struct resctrl_val_param *param, size_t span, int no_of_bits) in check_results() argument
61 return show_cache_info(sum_llc_occu_resc, no_of_bits, span, in check_results()
H A Dcache.c281 int show_cache_info(unsigned long sum_llc_val, int no_of_bits, in show_cache_info() argument
302 ksft_print_msg("Number of bits: %d\n", no_of_bits); in show_cache_info()
H 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
/openbmc/linux/drivers/crypto/
H A Datmel-i2c.c289 u32 no_of_bits = DIV_ROUND_UP(TWLO_USEC * bus_clk_rate, USEC_PER_SEC); in atmel_i2c_wake_token_sz() local
292 return DIV_ROUND_UP(no_of_bits, 8); in atmel_i2c_wake_token_sz()