Searched refs:__ALIGN_MASK (Results 1 – 1 of 1) sorted by relevance
25 #define VNIC_ALIGN(x, a) __ALIGN_MASK(x, (typeof(x))(a)-1)26 #define __ALIGN_MASK(x, mask) (((x)+(mask))&~(mask)) macro