Searched refs:malloc_and_init_memory (Results  1 – 4 of 4) sorted by relevance
| /external/linux-kselftest/tools/testing/selftests/resctrl/ | 
| D | fill_buf.c | 65 static void *malloc_and_init_memory(size_t s)  in malloc_and_init_memory()  function153 		start_ptr = malloc_and_init_memory(buf_size);  in fill_cache()
 193 int run_fill_buf(unsigned long span, int malloc_and_init_memory,  in run_fill_buf()  argument
 205 	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()  local255 			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()  local327 		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 | 96 int run_fill_buf(unsigned long span, int malloc_and_init_memory, int memflush,
 |