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

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprdata.h57 #define round8(r) (((r) + 7) & (~7)) macro
H A Dprsubr.c1858 size += sizeof (prasmap_t) + round8(npage);
1888 size += sizeof (prasmap32_t) + round8(npage);
1948 next = (uintptr_t)(pmp + 1) + round8(npage);
2095 next = (uintptr_t)(pmp + 1) + round8(npage);
H A Dprvnops.c215 #define LSPAN32(type) (round8(sizeof (type)) + 8)
217 #define LSPAN(type) (round8(sizeof (type)) + 8)

Completed in 80 milliseconds