Searched refs:HIB_ALIGN (Results 1 – 1 of 1) sorted by relevance
120 #define HIB_ALIGN 8 /* bytes alignment */ macro125 #define HIB_SIZEOF(_type) roundup(sizeof(_type), HIB_ALIGN)272 alloc_sz = roundup(alloc_sz, HIB_ALIGN); in hib_alloc()385 ptr = (caddr_t)roundup((vaddr_t)p_ptr, HIB_ALIGN); in hiballoc_init()387 len &= ~((size_t)HIB_ALIGN - 1); in hiballoc_init()