Searched defs:ALIGN_DOWN (Results 1 – 3 of 3) sorted by relevance
269 #define ALIGN_DOWN(x, a) ALIGN((x) - ((a) - 1), (a)) in irdma_ib_umem_num_dma_blocks() macro
124 #define ALIGN_DOWN(x, y) rounddown2(x, y) macro
108 #define ALIGN_DOWN(x, y) rounddown2((x), (y)) macro