Home
last modified time | relevance | path

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

/linux/mm/
H A Dhuge_memory.c4691 static int split_huge_pages_in_file(const char *file_path, pgoff_t off_start, in split_huge_pages_in_file() argument
4709 file_path, off_start, off_end, new_order, in_folio_offset); in split_huge_pages_in_file()
4715 for (index = off_start; index < off_end; index += nr_pages) { in split_huge_pages_in_file()
4792 pgoff_t off_start = 0, off_end = 0; in split_huge_pages_write() local
4803 ret = sscanf(tok_buf, "0x%lx,0x%lx,%d,%ld", &off_start, &off_end, in split_huge_pages_write()
4809 ret = split_huge_pages_in_file(file_path, off_start, off_end, in split_huge_pages_write()