Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprdata.h59 #define round8(r) (((r) + 7) & (~7)) macro
H A Dprsubr.c2098 size += sizeof (prasmap_t) + round8(npage); in prpdsize()
2132 size += sizeof (prasmap32_t) + round8(npage); in prpdsize32()
2196 next = (uintptr_t)(pmp + 1) + round8(npage); in prpdread()
2347 next = (uintptr_t)(pmp + 1) + round8(npage); in prpdread32()
H A Dprvnops.c224 #define LSPAN32(type) (round8(sizeof (type)) + 8)
226 #define LSPAN(type) (round8(sizeof (type)) + 8)