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/
H A Dremap_file_pages01.c108 static char *cache_contents; variable
144 char *page = cache_contents + i * page_sz; in test_nonlinear()
150 if (write(fd, cache_contents, cache_sz) != (int)cache_sz) { in test_nonlinear()
152 "Write Error for \"cache_contents\" to \"cache_sz\" of %zu (errno=%d : %s)", in test_nonlinear()
229 cache_contents = malloc(cache_sz * sizeof(char)); in setup()

Completed in 2 milliseconds