Home
last modified time | relevance | path

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

/openbsd/src/sys/kern/
Dsubr_hibernate.c125 #define HIB_SIZEOF(_type) roundup(sizeof(_type), HIB_ALIGN) macro
236 addr += HIB_SIZEOF(struct hiballoc_entry); in RBT_PROTOTYPE()
249 addr -= HIB_SIZEOF(struct hiballoc_entry); in hib_addr_to_entry()
282 find_sz = alloc_sz + HIB_SIZEOF(struct hiballoc_entry); in hib_alloc()
354 (void *)((caddr_t)prev + HIB_SIZEOF(struct hiballoc_entry) + in hib_free()
358 prev->hibe_space += HIB_SIZEOF(struct hiballoc_entry) + in hib_free()
392 if (len <= HIB_SIZEOF(struct hiballoc_entry)) in hiballoc_init()
400 entry->hibe_space = len - HIB_SIZEOF(struct hiballoc_entry); in hiballoc_init()