Searched refs:pgsz (Results 1 – 3 of 3) sorted by relevance
56 int pgsz; in initmem() local58 pgsz = getpagesize(); in initmem()59 mblklen = ((MBLKSIZ + pgsz - 1) / pgsz) * pgsz; in initmem()
27 size_t pgsz; in pthread_stackseg_np() local40 pgsz = sysconf(_SC_PAGESIZE); in pthread_stackseg_np()41 if (pgsz == (size_t)-1) in pthread_stackseg_np()47 base = (caddr_t) ((USRSTACK - DFLSSIZ) & ~(pgsz - 1)); in pthread_stackseg_np()
225 int pgsz; in initmem() local227 pgsz = getpagesize(); in initmem()228 mblklen = ((MBLKSIZ + pgsz - 1) / pgsz) * pgsz; in initmem()