Searched refs:drop_caches (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/scripts/simplebench/ |
H A D | bench-backup.py | 160 drop_caches=args.drop_caches)
|
H A D | simplebench.py | 32 slow_limit=100, drop_caches=False): argument
|
/openbmc/linux/tools/testing/selftests/memfd/ |
H A D | run_hugetlbfs_test.sh | 34 echo 3 > /proc/sys/vm/drop_caches
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | test_build_time.sh | 171 sudo /sbin/sysctl -w vm.drop_caches=3 > /dev/null
|
/openbmc/linux/fs/ |
H A D | Makefile | 46 obj-$(CONFIG_SYSCTL) += drop_caches.o sysctls.o
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | vm.rst | 38 - drop_caches 227 drop_caches chapter 236 echo 1 > /proc/sys/vm/drop_caches 240 echo 2 > /proc/sys/vm/drop_caches 244 echo 3 > /proc/sys/vm/drop_caches 248 `sync` prior to writing to /proc/sys/vm/drop_caches. This will minimize the 264 cat (1234): drop_caches: 3 267 with your system. To disable them, echo 4 (bit 2) into drop_caches.
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | run_vmtests.sh | 159 echo 3 > /proc/sys/vm/drop_caches
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0012-do-not-disable-buffer-in-writing-files.patch | 247 …* for details. We write "2" into /proc/sys/vm/drop_caches to ensure dentries/inodes are flushed, b… 250 - r = write_string_file("/proc/sys/vm/drop_caches", "2\n", WRITE_STRING_FILE_DISABLE_BUFFER); 251 + r = write_string_file("/proc/sys/vm/drop_caches", "2\n", 0);
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0012-do-not-disable-buffer-in-writing-files.patch | 247 …* for details. We write "2" into /proc/sys/vm/drop_caches to ensure dentries/inodes are flushed, b… 250 - r = write_string_file("/proc/sys/vm/drop_caches", "2\n", WRITE_STRING_FILE_DISABLE_BUFFER); 251 + r = write_string_file("/proc/sys/vm/drop_caches", "2\n", 0);
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | memory.rst | 481 A sync followed by echo 1 > /proc/sys/vm/drop_caches will help get rid of
|
/openbmc/linux/Documentation/filesystems/ |
H A D | fscrypt.rst | 894 combination with ``sync; echo 2 > /proc/sys/vm/drop_caches`` would
|
/openbmc/qemu/tests/data/qobject/ |
H A D | qdict.txt | 4787 drop_caches.c: 1684
|