Lines Matching full:sysval
1177 int sysval, sys_page_size = 4096;1574 sysval = sysconf(_SC_PAGESIZE);1575 if (sysval > 0)1576 sys_page_size = sysval;