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

/freebsd-13-stable/lib/libthr/thread/
H A Dthr_stack.c129 round_up(size_t size) function
142 round_up(thrd->attr.guardsize_attr),
143 round_up(thrd->attr.stacksize_attr),
208 stacksize = round_up(attr->stacksize_attr);
209 guardsize = round_up(attr->guardsize_attr);
306 spare_stack->stacksize = round_up(attr->stacksize_attr);
307 spare_stack->guardsize = round_up(attr->guardsize_attr);
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h262 #define round_up(x, y) roundup2((x), (y)) macro
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h501 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro

Completed in 164 milliseconds