Home
last modified time | relevance | path

Searched refs:div_round_up (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/ionic/
H A Dionic_osdep.h29 #define BITS_TO_LONGS(nr) div_round_up(nr, 8 * sizeof(long))
47 static inline uint32_t div_round_up(uint32_t n, uint32_t d) in div_round_up() function