Lines Matching full:sysval
984 int sysval, sys_page_size = 4096;1323 sysval = sysconf(_SC_PAGESIZE);1324 if (sysval > 0)1325 sys_page_size = sysval;