Searched refs:QLNX_ROUNDUP (Results 1 – 1 of 1) sorted by relevance
408 #define QLNX_ROUNDUP(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro416 #define ROUNDUP(value, to_what) QLNX_ROUNDUP((value), (to_what))