Searched refs:get_cache_size (Results 1 – 5 of 5) sorted by relevance
| /tools/testing/selftests/resctrl/ |
| A D | fill_buf.c | 138 ret = get_cache_size(cpu_no, cache_type, &cache_total_size); in get_fill_buf_size()
|
| A D | cmt_test.c | 130 ret = get_cache_size(uparams->cpu, "L3", &cache_total_size); in cmt_run_test()
|
| A D | resctrl.h | 200 int get_cache_size(int cpu_no, const char *cache_type, unsigned long *cache_size);
|
| A D | cat_test.c | 254 ret = get_cache_size(uparams->cpu, test->resource, &cache_total_size); in cat_run_test()
|
| A D | resctrlfs.c | 261 int get_cache_size(int cpu_no, const char *cache_type, unsigned long *cache_size) in get_cache_size() function
|
Completed in 10 milliseconds