Searched refs:aligned_end (Results 1 – 4 of 4) sorted by relevance
| /linux/mm/ |
| H A D | readahead.c | 636 pgoff_t expected, start, end, aligned_end, align; in page_cache_async_ra() local 692 aligned_end = round_down(end, align); in page_cache_async_ra() 693 if (aligned_end > ra->start) in page_cache_async_ra() 694 ra->size -= end - aligned_end; in page_cache_async_ra()
|
| H A D | debug_vm_pgtable.c | 1081 phys_addr_t aligned_start, aligned_end; in phys_align_check() local 1087 aligned_end = aligned_start + psize; in phys_align_check() 1089 if (aligned_end > aligned_start && aligned_end <= pend) { in phys_align_check()
|
| /linux/arch/openrisc/kernel/ |
| H A D | setup.c | 82 unsigned long aligned_end = ALIGN(initrd_end, PAGE_SIZE); in setup_memory() local 84 memblock_reserve(__pa(aligned_start), aligned_end - aligned_start); in setup_memory()
|
| /linux/init/ |
| H A D | initramfs.c | 657 unsigned long aligned_end = ALIGN(end, PAGE_SIZE); in free_initrd_mem() local 659 memblock_free((void *)aligned_start, aligned_end - aligned_start); in free_initrd_mem()
|