Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/nouveau/
Dnouveau_bo.c160 roundup_64(u64 x, u32 y) in roundup_64() function
177 *size = roundup_64(*size, 64 * nvbo->mode); in nouveau_bo_fixup_align()
181 *size = roundup_64(*size, 64 * nvbo->mode); in nouveau_bo_fixup_align()
185 *size = roundup_64(*size, 64 * nvbo->mode); in nouveau_bo_fixup_align()
189 *size = roundup_64(*size, 32 * nvbo->mode); in nouveau_bo_fixup_align()
193 *size = roundup_64(*size, (1 << nvbo->page)); in nouveau_bo_fixup_align()
197 *size = roundup_64(*size, PAGE_SIZE); in nouveau_bo_fixup_align()
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_log_rlimit.c194 min_logblks = roundup_64(BTOBB(max_logres), lsunit) + in xfs_log_calc_minimum_size()
/linux-6.6.21/fs/xfs/
Dxfs_linux.h187 static inline uint64_t roundup_64(uint64_t x, uint32_t y) in roundup_64() function
Dxfs_iomap.c218 align = roundup_64(align, extsz); in xfs_iomap_eof_align_last_fsb()
224 xfs_fileoff_t aligned_end_fsb = roundup_64(end_fsb, align); in xfs_iomap_eof_align_last_fsb()
1111 p_end_fsb = roundup_64(p_end_fsb, align); in xfs_buffered_write_iomap_begin()
Dxfs_bmap_util.c693 end_fsb = roundup_64(end_fsb, mp->m_sb.sb_rextsize); in xfs_can_free_eofblocks()
994 startoffset_fsb = roundup_64(startoffset_fsb, in xfs_free_file_space()
/linux-6.6.21/fs/xfs/scrub/
Drtsummary.c167 if (roundup_64(rtbmp_bytes, mp->m_sb.sb_blocksize) != in xchk_rtsum_compute()
Dxfarray.c326 new_pos = roundup_64(new_pos, array->obj_size); in xfarray_find_data()