Searched defs:DIV_ROUND_UP (Results 1 - 2 of 2) sorted by relevance

/include/linux/
H A Dkernel.h59 #define DIV_ROUND_UP(n,d) (((n) + (d) - 1) / (d)) macro
66 # define DIV_ROUND_UP_SECTOR_T(ll,d) DIV_ROUND_UP(ll,d)
H A Dmroute6.h47 #if !defined(DIV_ROUND_UP)
48 #define DIV_ROUND_UP(x,y) (((x) + ((y) - 1)) / (y)) macro
53 if_mask ifs_bits[DIV_ROUND_UP(IF_SETSIZE, NIFBITS)];

Completed in 89 milliseconds