Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprdata.h58 #define round4(r) (((r) + 3) & (~3)) macro
H A Dprioctl.c3651 size += sizeof (ioc_prmap32_t) + round4(npage); in oprpdsize32()
3823 next = (uintptr_t)(pmp + 1) + round4(npage); in oprpdread32()