Searched refs:UVM_PCTPARAM_APPLY (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/sys/uvm/ |
| H A D | uvm_pdpolicy_clock.c | 175 s->s_inactarg = UVM_PCTPARAM_APPLY(&s->s_inactivepct, in PDPOL_EVCNT_DEFINE() 211 anonunder = anonpg <= UVM_PCTPARAM_APPLY(&s->s_anonmin, t); in uvmpdpol_scaninit() 212 fileunder = filepg <= UVM_PCTPARAM_APPLY(&s->s_filemin, t); in uvmpdpol_scaninit() 213 execunder = execpg <= UVM_PCTPARAM_APPLY(&s->s_execmin, t); in uvmpdpol_scaninit() 214 anonover = anonpg > UVM_PCTPARAM_APPLY(&s->s_anonmax, t); in uvmpdpol_scaninit() 215 fileover = filepg > UVM_PCTPARAM_APPLY(&s->s_filemax, t); in uvmpdpol_scaninit() 216 execover = execpg > UVM_PCTPARAM_APPLY(&s->s_execmax, t); in uvmpdpol_scaninit()
|
| H A D | uvm_extern.h | 300 #define UVM_PCTPARAM_APPLY(pct, x) \ macro
|
| H A D | uvm_pdpolicy_clockpro.c | 628 coldtarget = UVM_PCTPARAM_APPLY(&s->s_coldtargetpct, s->s_npages); in clockpro_tune()
|
| /netbsd-src/regress/sys/uvm/pdsim/ |
| H A D | pdsim.h | 133 #define UVM_PCTPARAM_APPLY(pct, x) \ macro
|