Searched refs:roundup (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_linux.h105 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_linux.h124 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem.c201 size = roundup(size, PAGE_SIZE);

Completed in 20 milliseconds