__KERNEL_DIV_ROUND_UP 1149 drivers/gpu/drm/vmwgfx/device_include/svga3d_surfacedefs.h 	block_size->width = __KERNEL_DIV_ROUND_UP(pixel_size->width,
__KERNEL_DIV_ROUND_UP 1151 drivers/gpu/drm/vmwgfx/device_include/svga3d_surfacedefs.h 	block_size->height = __KERNEL_DIV_ROUND_UP(pixel_size->height,
__KERNEL_DIV_ROUND_UP 1153 drivers/gpu/drm/vmwgfx/device_include/svga3d_surfacedefs.h 	block_size->depth = __KERNEL_DIV_ROUND_UP(pixel_size->depth,
__KERNEL_DIV_ROUND_UP 1274 drivers/gpu/drm/vmwgfx/device_include/svga3d_surfacedefs.h 	const u32 rowstride = __KERNEL_DIV_ROUND_UP(width, bw) *
__KERNEL_DIV_ROUND_UP 1276 drivers/gpu/drm/vmwgfx/device_include/svga3d_surfacedefs.h 	const u32 imgstride = __KERNEL_DIV_ROUND_UP(height, bh) * rowstride;
__KERNEL_DIV_ROUND_UP   93 include/linux/kernel.h #define DIV_ROUND_UP __KERNEL_DIV_ROUND_UP
__KERNEL_DIV_ROUND_UP 1287 include/uapi/linux/ethtool.h 	__u32	queue_mask[__KERNEL_DIV_ROUND_UP(MAX_NUM_QUEUE, 32)];
__KERNEL_DIV_ROUND_UP   60 include/uapi/linux/mroute6.h 	if_mask ifs_bits[__KERNEL_DIV_ROUND_UP(IF_SETSIZE, NIFBITS)];