Searched refs:file_buf1 (Results 1 – 1 of 1) sorted by relevance
353 char *file_buf1 = NULL, *file_buf2 = NULL; in split_file_backed_thp() local362 file_buf1 = (char *)malloc(pmd_pagesize); in split_file_backed_thp()365 if (!file_buf1 || !file_buf2) { in split_file_backed_thp()371 file_buf1[i] = (char)i; in split_file_backed_thp()395 num_written = write(fd, file_buf1, pmd_pagesize); in split_file_backed_thp()418 if (strncmp(file_buf1, file_buf2, pmd_pagesize) != 0) { in split_file_backed_thp()436 free(file_buf1); in split_file_backed_thp()452 free(file_buf1); in split_file_backed_thp()