HomeSort by: relevance | last modified time | path
    Searched refs:uvm_swapisfull (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/uvm/
uvm_swap.h 53 bool uvm_swapisfull(void);
61 #define uvm_swapisfull() true macro
uvm_pdaemon.c 929 !uvm_swapisfull() &&
965 if (!uvm_swapisfull()) {
uvm_pdpolicy_clock.c 220 if (filereact && execreact && (anonreact || uvm_swapisfull())) {
uvm_swap.c 1716 * uvm_swapisfull: return true if most of available swap is allocated
1722 uvm_swapisfull(void) function in typeref:typename:bool
  /src/regress/sys/uvm/pdsim/
pdsim.h 141 #define uvm_swapisfull() TRUE macro

Completed in 15 milliseconds