Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/proc/
H A Dprdata.h57 #define round8(r) (((r) + 7) & (~7)) macro
H A Dprsubr.c1856 size += sizeof (prasmap_t) + round8(npage); in prpdsize()
1886 size += sizeof (prasmap32_t) + round8(npage); in prpdsize32()
1946 next = (uintptr_t)(pmp + 1) + round8(npage); in prpdread()
2093 next = (uintptr_t)(pmp + 1) + round8(npage); in prpdread32()
H A Dprvnops.c213 #define LSPAN32(type) (round8(sizeof (type)) + 8)
215 #define LSPAN(type) (round8(sizeof (type)) + 8)