Searched refs:memflush (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/ |
H A D | fill_buf.c | 149 fill_cache(unsigned long long buf_size, int malloc_and_init, int memflush, in fill_cache() argument 179 if (memflush) in fill_cache() 199 int memflush, int op, char *resctrl_val) in run_fill_buf() 210 ret = fill_cache(cache_size, malloc_and_init_memory, memflush, op, in run_fill_buf() 198 run_fill_buf(unsigned long span, int malloc_and_init_memory, int memflush, int op, char *resctrl_val) run_fill_buf() argument
|
H A D | cache.c | 215 int malloc_and_init_memory = 1, memflush = 1, operation = 0, ret = 0; in cat_val() local 254 memflush, operation, resctrl_val)) { in cat_val()
|
H A D | resctrlfs.c | 313 int operation, ret, malloc_and_init_memory, memflush; in run_benchmark() local 333 memflush = atoi(benchmark_cmd[3]); in run_benchmark() 342 if (run_fill_buf(buffer_span, malloc_and_init_memory, memflush, in run_benchmark()
|
H A D | resctrl.h | 93 int run_fill_buf(unsigned long span, int malloc_and_init_memory, int memflush,
|
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/ |
H A 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()
|
H A D | cache.c | 214 int memflush = 1, operation = 0, ret = 0; in cat_val() local 249 if (run_fill_buf(span, memflush, operation, true)) { in cat_val()
|
H A D | resctrlfs.c | 307 int operation, ret, memflush; in run_benchmark() local 326 memflush = atoi(benchmark_cmd[2]); in run_benchmark() 335 if (run_fill_buf(span, memflush, operation, once)) in run_benchmark()
|
H A D | resctrl.h | 96 int run_fill_buf(size_t span, int memflush, int op, bool once);
|
Completed in 4 milliseconds