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

/freebsd-10.2-release/sys/ofed/include/linux/
H A Dkernel.h176 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) macro
177 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1)
178 #define round_down(x, y) ((x) & ~__round_mask(x, y))

Completed in 32 milliseconds