Home
last modified time | relevance | path

Searched refs:memflush (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/tools/testing/selftests/resctrl/
Dfill_buf.c147 fill_cache(unsigned long long buf_size, int malloc_and_init, int memflush, in fill_cache() argument
177 if (memflush) in fill_cache()
196 int memflush, int op, char *resctrl_val) in run_fill_buf() argument
207 ret = fill_cache(cache_size, malloc_and_init_memory, memflush, op, in run_fill_buf()
Dcache.c217 int malloc_and_init_memory = 1, memflush = 1, operation = 0, ret = 0; in cat_val() local
256 memflush, operation, resctrl_val)) { in cat_val()
Dresctrlfs.c308 int operation, ret, malloc_and_init_memory, memflush; in run_benchmark() local
328 memflush = atoi(benchmark_cmd[3]); in run_benchmark()
337 if (run_fill_buf(buffer_span, malloc_and_init_memory, memflush, in run_benchmark()
Dresctrl.h99 int run_fill_buf(unsigned long span, int malloc_and_init_memory, int memflush,