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

  /src/sys/uvm/
uvm.h 91 int pdqtime; /* last time queue cleared */ member in struct:uvm_cpu
uvm_pdpolicy_clock.c 805 ucpu->pdqtime = getticks();
813 if (getticks() - ucpu->pdqtime < (hz >> 3)) {
838 ucpu->pdqtime = getticks();

Completed in 38 milliseconds