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

  /src/regress/sys/uvm/pdsim/
pdsim.h 63 int pqflags; member in struct:vm_page
  /src/sys/uvm/
uvm_page.h 166 uint32_t pqflags; /* i: pagedaemon flags */ member in struct:vm_page
275 * Flags stored in pg->pqflags, which is protected by pg->interlock.
uvm_pdpolicy_clock.c 450 KASSERT((pg->pqflags & (PQ_INTENT_MASK | PQ_INTENT_SET)) !=
453 if (pg->pqflags & PQ_ACTIVE) {
458 if ((pg->pqflags & PQ_INACTIVE) == 0) {
463 pg->pqflags &= ~(PQ_ACTIVE | PQ_INTENT_SET);
464 pg->pqflags |= PQ_INACTIVE;
489 KASSERT((pg->pqflags & (PQ_INTENT_MASK | PQ_INTENT_SET)) !=
495 pg->pqflags &= ~(PQ_INACTIVE | PQ_INTENT_SET);
496 pg->pqflags |= PQ_ACTIVE;
517 if (pg->pqflags & PQ_ACTIVE) {
519 KASSERT((pg->pqflags & PQ_INACTIVE) == 0)
558 uint32_t pqflags; local in function:uvmpdpol_pageisqueued_p
576 uint32_t pqflags; local in function:uvmpdpol_pageactivate_p
    [all...]
uvm_pdpolicy_clockpro.c 152 pg->pqflags = (pg->pqflags & ~PQ_QMASK) | (qidx * PQ_QFACTOR);
160 qidx = (pg->pqflags & PQ_QMASK) / PQ_QFACTOR;
681 pg->pqflags |= PQ_REFERENCED;
692 pg->pqflags &= ~PQ_REFERENCED;
708 if ((pg->pqflags & PQ_INITIALREF) != 0) {
710 pg->pqflags &= ~PQ_INITIALREF;
769 KASSERT((pg->pqflags & PQ_REFERENCED) == 0);
781 bool speculative = (pg->pqflags & PQ_SPECULATIVE) != 0; /* XXX */
783 KASSERT((~pg->pqflags & (PQ_INITIALREF|PQ_SPECULATIVE)) != 0)
1217 uint32_t pqflags; local in function:uvmpdpol_pagerealize_locked
    [all...]

Completed in 14 milliseconds