Searched refs:holebegin (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_chardev.c | 79 void kfd_dev_unmap_mapping_range(loff_t const holebegin, loff_t const holelen) in kfd_dev_unmap_mapping_range() argument 84 unmap_mapping_range(mapping, holebegin, holelen, 1); in kfd_dev_unmap_mapping_range()
|
| /linux/mm/ |
| H A D | memory.c | 4506 * @holebegin: byte in first page to unmap, relative to the start of 4518 loff_t const holebegin, loff_t const holelen, int even_cows) in should_try_to_free_swap() 4520 pgoff_t hba = (pgoff_t)(holebegin) >> PAGE_SHIFT; in should_try_to_free_swap() 4526 (holebegin + holelen + PAGE_SIZE - 1) >> PAGE_SHIFT; in should_try_to_free_swap() 4444 unmap_mapping_range(struct address_space * mapping,loff_t const holebegin,loff_t const holelen,int even_cows) unmap_mapping_range() argument
|