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