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

  /src/sys/uvm/
uvm_pdaemon.h 87 bool uvm_reclaimable(void);
uvm_fault.c 370 if (!uvm_reclaimable()) {
623 if (!uvm_reclaimable()) {
941 if (error == ENOMEM && uvm_reclaimable()) {
1737 if (!uvm_reclaimable()) {
2536 if (!uvm_reclaimable()) {
uvm_pdaemon.c 947 * uvm_reclaimable: decide whether to wait for pagedaemon.
956 uvm_reclaimable(void) function in typeref:typename:bool
uvm_pglist.c 323 while (uvm_reclaimable()) {
uvm_km.c 702 ((flags & UVM_KMF_CANFAIL) && !uvm_reclaimable())) {

Completed in 112 milliseconds