Home
last modified time | relevance | path

Searched refs:malloc_and_init_memory (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/
H A Dfill_buf.c65 static void *malloc_and_init_memory(size_t s) in malloc_and_init_memory() function
157 start_ptr = malloc_and_init_memory(buf_size); in fill_cache()
198 int run_fill_buf(unsigned long span, int malloc_and_init_memory, in run_fill_buf() argument
210 ret = fill_cache(cache_size, malloc_and_init_memory, memflush, op, in run_fill_buf()
H A Dcache.c215 int malloc_and_init_memory = 1, memflush = 1, operation = 0, ret = 0; in cat_val() local
253 if (run_fill_buf(param->span, malloc_and_init_memory, in cat_val()
H A Dresctrlfs.c313 int operation, ret, malloc_and_init_memory, memflush; in run_benchmark() local
332 malloc_and_init_memory = atoi(benchmark_cmd[2]); in run_benchmark()
342 if (run_fill_buf(buffer_span, malloc_and_init_memory, memflush, in run_benchmark()
H A Dresctrl.h93 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 Dfill_buf.c54 static void *malloc_and_init_memory(size_t buf_size) in malloc_and_init_memory() function
143 buf = malloc_and_init_memory(buf_size); in fill_cache()

Completed in 3 milliseconds