Lines Matching full:sysval
1337 int sysval, sys_page_size = 4096;1739 sysval = sysconf(_SC_PAGESIZE);1740 if (sysval > 0)1741 sys_page_size = sysval;