Searched refs:__KERNEL_DIV_ROUND_UP (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/vmwgfx/device_include/ |
D | svga3d_surfacedefs.h | 1203 block_size->width = __KERNEL_DIV_ROUND_UP(pixel_size->width, in svga3dsurface_get_size_in_blocks() 1205 block_size->height = __KERNEL_DIV_ROUND_UP(pixel_size->height, in svga3dsurface_get_size_in_blocks() 1207 block_size->depth = __KERNEL_DIV_ROUND_UP(pixel_size->depth, in svga3dsurface_get_size_in_blocks() 1328 const u32 rowstride = __KERNEL_DIV_ROUND_UP(width, bw) * in svga3dsurface_get_pixel_offset() 1330 const u32 imgstride = __KERNEL_DIV_ROUND_UP(height, bh) * rowstride; in svga3dsurface_get_pixel_offset() 1526 __KERNEL_DIV_ROUND_UP(mip->size.width, in svga3dsurface_setup_cache() 1533 __KERNEL_DIV_ROUND_UP(mip->size.height, in svga3dsurface_setup_cache()
|
/Linux-v5.10/include/uapi/linux/ |
D | kernel.h | 13 #define __KERNEL_DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) macro
|
D | mroute6.h | 60 if_mask ifs_bits[__KERNEL_DIV_ROUND_UP(IF_SETSIZE, NIFBITS)];
|
D | ethtool.h | 1374 __u32 queue_mask[__KERNEL_DIV_ROUND_UP(MAX_NUM_QUEUE, 32)];
|
/Linux-v5.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource.c | 441 pgoff_t end = __KERNEL_DIV_ROUND_UP in vmw_resource_do_validate() 1166 *num_prefault = __KERNEL_DIV_ROUND_UP(last_cleaned - res_start, in vmw_resources_clean()
|
/Linux-v5.10/include/linux/ |
D | kernel.h | 85 #define DIV_ROUND_UP __KERNEL_DIV_ROUND_UP
|