Home
last modified time | relevance | path

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

/linux/mm/
H A Dhuge_memory.c4419 static int split_huge_pages_in_file(const char *file_path, pgoff_t off_start, in split_huge_pages_in_file() argument
4442 file_path, off_start, off_end); in split_huge_pages_in_file()
4448 for (index = off_start; index < off_end; index += nr_pages) { in split_huge_pages_in_file()
4505 * file_path, off_start, off_end, new_order in split_huge_pages_write()
4529 pgoff_t off_start = 0, off_end = 0; in split_huge_pages_write() local
4540 ret = sscanf(tok_buf, "0x%lx,0x%lx,%d,%ld", &off_start, &off_end, in split_huge_pages_write()
4546 ret = split_huge_pages_in_file(file_path, off_start, off_end, in split_huge_pages_write()