Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/proc/
H A Dprdata.h56 #define round4(r) (((r) + 3) & (~3)) macro
H A Dprioctl.c3691 size += sizeof (ioc_prmap32_t) + round4(npage); in oprpdsize32()
3855 next = (uintptr_t)(pmp + 1) + round4(npage); in oprpdread32()