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

  /src/sys/uvm/
uvm_pdpolicy_clock.c 359 int inactive_shortage; local in function:uvmpdpol_balancequeue
374 inactive_shortage =
376 if (inactive_shortage <= 0 && swap_shortage <= 0) {
429 if (inactive_shortage > 0) {
435 inactive_shortage--;

Completed in 11 milliseconds