Home
last modified time | relevance | path

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

/openbsd/sys/uvm/
H A Duvm_swap.h45 int uvm_swapisfilled(void);
H A Duvm_pdaemon.c646 if ((p->pg_flags & PQ_SWAPBACKED) && uvm_swapisfilled()) in uvmpd_scan_inactive()
952 if ((shortage > 0) && uvm_swapisfilled() && !uvm_swapisfull() && in uvmpd_scan()
H A Duvm_swap.c1527 uvm_swapisfilled(void) in uvm_swapisfilled() function