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