Searched refs:div_round_up (Results 1 – 1 of 1) sorted by relevance
29 #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