roundup2
count = roundup2(count, alignment);
scn_size = roundup2(scn_size, d->d_align);
#define ALIGN(x, y) roundup2((x), (y))
#define PTR_ALIGN(x, y) ((__typeof(x))roundup2((unsigned long)(x), (y)))
rsize = roundup2(sc->num_rx_desc * sizeof(union igc_adv_rx_desc),
tsize = roundup2(sc->num_tx_desc * sizeof(union igc_adv_tx_desc),
rsize = roundup2(sc->num_rx_desc * sizeof(union igc_adv_rx_desc),
roundup2(sc->hw.mac.max_frame_size, 1024);
tsize = roundup2(sc->num_tx_desc *
rsize = roundup2(sc->num_rx_desc *
rsize = roundup2(sc->num_rx_desc *
tsize = roundup2(sc->num_tx_desc * sizeof(union ngbe_tx_desc),
rsize = roundup2(sc->num_rx_desc * sizeof(union ngbe_rx_desc),
rsize = roundup2(sc->num_rx_desc * sizeof(union ngbe_rx_desc),
const size_t sz = roundup2(len, TMPFS_NAME_QUANTUM);
const size_t sz = roundup2(len, TMPFS_NAME_QUANTUM);
const size_t fln = roundup2(fcnp->cn_namelen, TMPFS_NAME_QUANTUM);
const size_t tln = roundup2(tcnp->cn_namelen, TMPFS_NAME_QUANTUM);
dp->i_offset = roundup2(DIP(dp, size), DIRBLKSIZ);