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

  /src/sys/uvm/
uvm_pdaemon.h 91 bool uvmpd_dropswap(struct vm_page *);
93 #define uvmpd_dropswap(_a_) (/*CONSTCOND*/false) macro
uvm_pdaemon.c 602 * uvmpd_dropswap: free any swap allocated to this page.
609 uvmpd_dropswap(struct vm_page *pg) function in typeref:typename:bool
819 uvmpd_dropswap(p);
uvm_pdpolicy_clock.c 421 if (uvmpd_dropswap(p)) {
uvm_pdpolicy_clockpro.c 1417 if (uvmpd_dropswap(pg)) {

Completed in 17 milliseconds