/src/sys/uvm/ |
uvm_stat.c | 58 int64_t anonpg, execpg, filepg; local in function:uvmexp_print 71 execpg = cpu_count_get(CPU_COUNT_EXECPAGES); 75 execpg; 84 anonpg, filepg, execpg);
|
uvm_pdpolicy_clock.c | 191 int64_t freepg, anonpg, filepg, execpg; local in function:uvmpdpol_scaninit 203 execpg = cpu_count_get(CPU_COUNT_EXECPAGES); 207 execpg; 213 execunder = execpg <= UVM_PCTPARAM_APPLY(&s->s_execmin, t); 216 execover = execpg > UVM_PCTPARAM_APPLY(&s->s_execmax, t);
|
/src/sys/miscfs/procfs/ |
procfs_linux.c | 165 long filepg, anonpg, execpg, freepg; local in function:procfs_domeminfo 178 execpg = (long)cpu_count_get(CPU_COUNT_EXECPAGES); 196 PGTOB(anonpg + filepg + execpg), 204 PGTOKB(anonpg + filepg + execpg),
|