Searched refs:memflush (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/files/ |
H A D | 0001-Fix-comparison-types.patch | 13 clients/memflush.cc | 4 ++-- 16 diff --git a/clients/memflush.cc b/clients/memflush.cc 18 --- a/clients/memflush.cc 19 +++ b/clients/memflush.cc
|
/openbmc/linux/tools/testing/selftests/resctrl/ |
H A D | fill_buf.c | 115 static unsigned char *alloc_buffer(size_t buf_size, int memflush) in alloc_buffer() argument 137 if (memflush) in alloc_buffer() 143 int run_fill_buf(size_t buf_size, int memflush, int op, bool once) in run_fill_buf() argument 148 buf = alloc_buffer(buf_size, memflush); 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 | resctrl.h | 94 int run_fill_buf(size_t buf_size, int memflush, int op, bool once);
|
H A D | resctrl_val.c | 654 int operation, ret, memflush; in run_benchmark() local 675 memflush = atoi(benchmark_cmd[2]); in run_benchmark() 686 if (run_fill_buf(span, memflush, operation, once)) in run_benchmark()
|