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

  /src/sys/uvm/
uvm_pdpolicy.h 72 * uvmpdpol_set_intent: set an intended state for the page, taking care not
77 uvmpdpol_set_intent(struct vm_page *pg, uint32_t i) function in typeref:typename:void
uvm_pdpolicy_clock.c 479 uvmpdpol_set_intent(pg, PQ_INTENT_I);
506 uvmpdpol_set_intent(pg, PQ_INTENT_A);
537 uvmpdpol_set_intent(pg, PQ_INTENT_D);
547 uvmpdpol_set_intent(pg, PQ_INTENT_E);
uvm_pdpolicy_clockpro.c 1156 uvmpdpol_set_intent(pg, PQ_INTENT_A);
1170 uvmpdpol_set_intent(pg, PQ_INTENT_I);
1188 uvmpdpol_set_intent(pg, PQ_INTENT_D);
1211 uvmpdpol_set_intent(pg, PQ_INTENT_D);

Completed in 13 milliseconds