Searched refs:cache_total_size (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/testing/selftests/resctrl/ |
D | cat_test.c | 68 unsigned long cache_total_size, unsigned long full_cache_mask, in check_results() argument 109 alloc_size = cache_portion_size(cache_total_size, current_mask, full_cache_mask); in check_results() 238 unsigned long cache_total_size = 0; in cat_run_test() local 254 ret = get_cache_size(uparams->cpu, test->resource, &cache_total_size); in cat_run_test() 257 ksft_print_msg("Cache size :%lu\n", cache_total_size); in cat_run_test() 278 span = cache_portion_size(cache_total_size, start_mask, full_cache_mask); in cat_run_test() 287 cache_total_size, full_cache_mask, start_mask); in cat_run_test()
|
D | cmt_test.c | 121 unsigned long cache_total_size = 0; in cmt_run_test() local 133 ret = get_cache_size(uparams->cpu, "L3", &cache_total_size); in cmt_run_test() 136 ksft_print_msg("Cache size :%lu\n", cache_total_size); in cmt_run_test() 156 span = cache_portion_size(cache_total_size, param.mask, long_mask); in cmt_run_test()
|