Searched refs:memflush (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/tools/testing/selftests/resctrl/ |
| D | fill_buf.c | 138 static int fill_cache(size_t buf_size, int memflush, int op, bool once) in fill_cache() argument 148 if (memflush) in fill_cache() 167 int run_fill_buf(size_t span, int memflush, int op, bool once) in run_fill_buf() argument 172 ret = fill_cache(cache_size, memflush, op, once); in run_fill_buf()
|
| D | cache.c | 213 int memflush = 1, operation = 0, ret = 0; in cat_val() local 248 if (run_fill_buf(param->span, memflush, operation, true)) { in cat_val()
|
| D | resctrlfs.c | 305 int operation, ret, memflush; in run_benchmark() local 324 memflush = atoi(benchmark_cmd[2]); in run_benchmark() 333 if (run_fill_buf(span, memflush, operation, once)) in run_benchmark()
|
| D | resctrl.h | 99 int run_fill_buf(size_t span, int memflush, int op, bool once);
|