Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/mm/
H A Dsplit_huge_page_test.c274 char *file_buf1, *file_buf2; in split_file_backed_thp() local
281 file_buf2 = (char *)malloc(pmd_pagesize); in split_file_backed_thp()
283 if (!file_buf1 || !file_buf2) { in split_file_backed_thp()
290 memset(file_buf2, 0, pmd_pagesize); in split_file_backed_thp()
327 num_read = read(fd, file_buf2, num_written); in split_file_backed_thp()
333 if (strncmp(file_buf1, file_buf2, pmd_pagesize) != 0) { in split_file_backed_thp()