Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dmath.h48 #define DIV_ROUND_UP_ULL(x, n) DIV_ROUND_UP((unsigned long long)(x), (n)) macro
/freebsd/sys/dev/irdma/
H A Dirdma_utils.c1996 bits_needed = DIV_ROUND_UP_ULL(mem_size, BIT_ULL(pprm->pble_shift)); in irdma_prm_get_pbles()