Home
last modified time | relevance | path

Searched refs:HIB_ALIGN (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/kern/
H A Dsubr_hibernate.c122 #define HIB_ALIGN 8 /* bytes alignment */ macro
127 #define HIB_SIZEOF(_type) roundup(sizeof(_type), HIB_ALIGN)
223 alloc_sz = roundup(alloc_sz, HIB_ALIGN); in hib_alloc()
336 ptr = (caddr_t)roundup((vaddr_t)p_ptr, HIB_ALIGN); in hiballoc_init()
338 len &= ~((size_t)HIB_ALIGN - 1); in hiballoc_init()