Searched refs:malloc_and_init_memory (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/tools/testing/selftests/resctrl/ |
D | fill_buf.c | 65 static void *malloc_and_init_memory(size_t s) in malloc_and_init_memory() function 155 start_ptr = malloc_and_init_memory(buf_size); in fill_cache() 195 int run_fill_buf(unsigned long span, int malloc_and_init_memory, in run_fill_buf() argument 207 ret = fill_cache(cache_size, malloc_and_init_memory, memflush, op, in run_fill_buf()
|
D | cache.c | 217 int malloc_and_init_memory = 1, memflush = 1, operation = 0, ret = 0; in cat_val() local 255 if (run_fill_buf(param->span, malloc_and_init_memory, in cat_val()
|
D | resctrlfs.c | 308 int operation, ret, malloc_and_init_memory, memflush; in run_benchmark() local 327 malloc_and_init_memory = atoi(benchmark_cmd[2]); in run_benchmark() 337 if (run_fill_buf(buffer_span, malloc_and_init_memory, memflush, in run_benchmark()
|
D | resctrl.h | 99 int run_fill_buf(unsigned long span, int malloc_and_init_memory, int memflush,
|