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

  /src/sys/uvm/
uvm_pdpolicy.h 81 pg->pqflags = PQ_INTENT_SET | (pg->pqflags & ~PQ_INTENT_MASK) | i;
uvm_pdpolicy_clock.c 450 KASSERT((pg->pqflags & (PQ_INTENT_MASK | PQ_INTENT_SET)) !=
489 KASSERT((pg->pqflags & (PQ_INTENT_MASK | PQ_INTENT_SET)) !=
567 return (pqflags & PQ_INTENT_MASK) != PQ_INTENT_D;
581 pqflags &= PQ_INTENT_MASK;
701 switch (pg->pqflags & (PQ_INTENT_MASK | PQ_INTENT_SET)) {
uvm_page.h 298 #define PQ_INTENT_MASK 0x00000003 /* mask of intended state */
uvm_pdpolicy_clockpro.c 1226 switch (pqflags & (PQ_INTENT_MASK | PQ_INTENT_SET)) {

Completed in 13 milliseconds