Home
last modified time | relevance | path

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

/mm/
Dhuge_memory.c547 loff_t off_end = off + len; in __thp_get_unmapped_area() local
551 if (off_end <= off_align || (off_end - off_align) < size) in __thp_get_unmapped_area()
3018 pgoff_t off_end) in split_huge_pages_in_file() argument
3037 file_path, off_start, off_end); in split_huge_pages_in_file()
3041 for (index = off_start; index < off_end; index += nr_pages) { in split_huge_pages_in_file()
3104 pgoff_t off_start = 0, off_end = 0; in split_huge_pages_write() local
3115 ret = sscanf(buf, "0x%lx,0x%lx", &off_start, &off_end); in split_huge_pages_write()
3120 ret = split_huge_pages_in_file(file_path, off_start, off_end); in split_huge_pages_write()