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

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

Completed in 57 milliseconds