Searched refs:roundlong (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprdata.h59 #define roundlong(r) (((r) + sizeof (long) - 1) & (~(sizeof (long) - 1))) macro
H A Dprioctl.c3661 size += sizeof (prasmap_t) + roundlong(npage);
3748 next = (uintptr_t)(pmp + 1) + roundlong(npage);

Completed in 91 milliseconds