Home
last modified time | relevance | path

Searched defs:ALIGN_DOWN (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/irdma/
H A Dfbsd_kcompat.h269 #define ALIGN_DOWN(x, a) ALIGN((x) - ((a) - 1), (a)) in irdma_ib_umem_num_dma_blocks() macro
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h125 #define ALIGN_DOWN(x, y) rounddown2(x, y) macro
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_ni.c108 #define ALIGN_DOWN(x, y) rounddown2((x), (y)) macro