Searched defs:round_up (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dmath.h44 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/freebsd-current/lib/libthr/thread/
H A Dthr_stack.c127 round_up(size_t size) function
/freebsd-current/sys/dev/drm2/
H A Ddrm_os_freebsd.h260 #define round_up(x, y) roundup2((x), (y)) macro

Completed in 70 milliseconds