Searched refs:memflush (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/resctrl/ |
A D | fill_buf.c | 145 fill_cache(unsigned long long buf_size, int malloc_and_init, int memflush, in fill_cache() argument 175 if (memflush) in fill_cache() 194 int memflush, int op, char *resctrl_val) in run_fill_buf() argument 205 ret = fill_cache(cache_size, malloc_and_init_memory, memflush, op, in run_fill_buf()
|
A D | cache.c | 217 int malloc_and_init_memory = 1, memflush = 1, operation = 0, ret = 0; in cat_val() local 256 memflush, operation, resctrl_val)) { in cat_val()
|
A D | resctrlfs.c | 308 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()
|
A D | resctrl.h | 96 int run_fill_buf(unsigned long span, int malloc_and_init_memory, int memflush,
|
Completed in 9 milliseconds