Searched refs:ALIGNMASK (Results 1 – 1 of 1) sorted by relevance
424 #define ALIGNMASK (ALIGN-1) macro425 #define ALIGNMORE(addr) (ALIGN - ((uintptr_t)(addr) & ALIGNMASK))435 ((((uintptr_t)(x)->block) & ALIGNMASK) == 0 ? (x)->size : \538 if ((uintptr_t)a->block->data & ALIGNMASK) { in kmem_alloc()