Searched refs:off_end (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/dax/ |
| H A D | device.c | 325 unsigned long off, off_end, off_align, len_align, addr_align, align; in dax_get_unmapped_area() local 333 off_end = off + len; in dax_get_unmapped_area() 336 if ((off_end <= off_align) || ((off_end - off_align) < align)) in dax_get_unmapped_area()
|
| /linux/mm/ |
| H A D | huge_memory.c | 1194 loff_t off_end = off + len; in __thp_get_unmapped_area() local 1201 if (off_end <= off_align || (off_end - off_align) < size) in __thp_get_unmapped_area() 4700 pgoff_t off_end, unsigned int new_order, in split_huge_pages_in_file() argument 4717 file_path, off_start, off_end, new_order, in_folio_offset); in split_huge_pages_in_file() 4723 for (index = off_start; index < off_end; index += nr_pages) { in split_huge_pages_in_file() 4800 pgoff_t off_start = 0, off_end = 0; in split_huge_pages_write() local 4811 ret = sscanf(tok_buf, "0x%lx,0x%lx,%d,%ld", &off_start, &off_end, in split_huge_pages_write() 4817 ret = split_huge_pages_in_file(file_path, off_start, off_end, in split_huge_pages_write()
|