Home
last modified time | relevance | path

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

/linux-6.1.9/arch/openrisc/kernel/
Dsetup.c82 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-6.1.9/fs/btrfs/
Dreflink.c175 const u64 aligned_end = ALIGN(new_key->offset + datal, in clone_copy_inline_extent() local
266 drop_args.end = aligned_end; in clone_copy_inline_extent()
281 ret = btrfs_inode_set_file_extent_range(BTRFS_I(dst), 0, aligned_end); in clone_copy_inline_extent()
/linux-6.1.9/init/
Dinitramfs.c633 unsigned long aligned_end = ALIGN(end, PAGE_SIZE); in free_initrd_mem() local
635 memblock_free((void *)aligned_start, aligned_end - aligned_start); in free_initrd_mem()
/linux-6.1.9/drivers/misc/cxl/
Dpci.c1039 loff_t aligned_start, aligned_end; in cxl_pci_afu_read_err_buffer() local
1050 aligned_end = round_up(off + count, 8); in cxl_pci_afu_read_err_buffer()
1051 aligned_length = aligned_end - aligned_start; in cxl_pci_afu_read_err_buffer()