HomeSort by: relevance | last modified time | path
    Searched defs:execpg (Results 1 - 3 of 3) sorted by relevancy

  /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),

Completed in 14 milliseconds