Home
last modified time | relevance | path

Searched refs:memflush (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libmemcached/files/
H A D0001-Fix-comparison-types.patch11 clients/memflush.cc | 4 ++--
14 diff --git a/clients/memflush.cc b/clients/memflush.cc
16 --- a/clients/memflush.cc
17 +++ b/clients/memflush.cc
/OK3568_Linux_fs/buildroot/package/libmemcached/
H A D0005-fix-pointer-comparaison.patch10 diff -up ./clients/memflush.cc.old ./clients/memflush.cc
11 --- ./clients/memflush.cc.old 2017-02-12 10:12:59.615209225 +0100
12 +++ ./clients/memflush.cc 2017-02-12 10:13:39.998382783 +0100
/OK3568_Linux_fs/kernel/tools/testing/selftests/resctrl/
H A Dfill_buf.c147 fill_cache(unsigned long long buf_size, int malloc_and_init, int memflush, in fill_cache() argument
177 if (memflush) in fill_cache()
196 int memflush, int op, char *resctrl_val) in run_fill_buf() argument
207 ret = fill_cache(cache_size, malloc_and_init_memory, memflush, op, in run_fill_buf()
H A Dcache.c217 int malloc_and_init_memory = 1, memflush = 1, operation = 0, ret = 0; in cat_val() local
256 memflush, operation, resctrl_val)) { in cat_val()
H A Dresctrlfs.c313 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 Dresctrl.h92 int run_fill_buf(unsigned long span, int malloc_and_init_memory, int memflush,