Home
last modified time | relevance | path

Searched refs:execpg (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_stat.c58 int64_t anonpg, execpg, filepg; in uvmexp_print() local
71 execpg = cpu_count_get(CPU_COUNT_EXECPAGES); in uvmexp_print()
75 execpg; in uvmexp_print()
84 anonpg, filepg, execpg); in uvmexp_print()
H A Duvm_pdpolicy_clock.c191 int64_t freepg, anonpg, filepg, execpg; in uvmpdpol_scaninit() local
203 execpg = cpu_count_get(CPU_COUNT_EXECPAGES); in uvmpdpol_scaninit()
207 execpg; in uvmpdpol_scaninit()
213 execunder = execpg <= UVM_PCTPARAM_APPLY(&s->s_execmin, t); in uvmpdpol_scaninit()
216 execover = execpg > UVM_PCTPARAM_APPLY(&s->s_execmax, t); in uvmpdpol_scaninit()
/netbsd-src/sys/miscfs/procfs/
H A Dprocfs_linux.c165 long filepg, anonpg, execpg, freepg; in procfs_domeminfo()
178 execpg = (long)cpu_count_get(CPU_COUNT_EXECPAGES); in procfs_domeminfo()
196 PGTOB(anonpg + filepg + execpg), in procfs_domeminfo()
204 PGTOKB(anonpg + filepg + execpg), in procfs_domeminfo()
160 long filepg, anonpg, execpg, freepg; procfs_domeminfo() local