Searched refs:cache_contents (Results 1 – 1 of 1) sorted by relevance
108 static char *cache_contents; variable153 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()