Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h130 #define DIV_ROUND_UP(x, y) howmany(x, y) macro
/titanic_44/usr/src/uts/common/io/arn/
H A Darn_core.h52 #define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) macro