Home
last modified time | relevance | path

Searched refs:drop_caches_fname (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/madvise/
Dmadvise06.c49 static const char drop_caches_fname[] = "/proc/sys/vm/drop_caches"; variable
64 check_path(drop_caches_fname); in setup()
67 SAFE_FILE_PRINTF(drop_caches_fname, "3"); in setup()
/external/ltp/testcases/kernel/syscalls/readahead/
Dreadahead02.c55 static const char drop_caches_fname[] = "/proc/sys/vm/drop_caches"; variable
113 f = fopen(drop_caches_fname, "w"); in drop_caches()
378 has_file(drop_caches_fname, 1); in setup()