Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/remap_file_pages/
Dremap_file_pages01.c108 static char *cache_contents; variable
153 char *page = cache_contents + i * page_sz; in test_nonlinear()
159 if (write(fd, cache_contents, cache_sz) != (int)cache_sz) { in test_nonlinear()
238 cache_contents = malloc(cache_sz * sizeof(char)); in setup()