HomeSort by relevance Sort by last modified time
    Searched refs:cache_contents (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/syscalls/remap_file_pages/
remap_file_pages01.c 108 static char *cache_contents; variable
153 char *page = cache_contents + i * page_sz;
159 if (write(fd, cache_contents, cache_sz) != cache_sz) {
161 "Write Error for \"cache_contents\" to \"cache_sz\" of %zu (errno=%d : %s)",
238 cache_contents = malloc(cache_sz * sizeof(char));
remap_file_pages02.c 102 static char *cache_contents; variable
285 cache_contents = malloc(cache_sz * sizeof(char));
288 char *page = cache_contents + i * page_sz;
300 if (write(fd, cache_contents, cache_sz) != cache_sz) {
302 "Write Error for \"cache_contents\" to \"cache_sz\" of %zu (errno=%d : %s)",

Completed in 1013 milliseconds