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

  /src/sys/uvm/
uvm_pdpolicy_clock.c 660 ucpu->pdqhead = CLOCK_PDQ_SIZE;
748 KASSERT(ucpu->pdqhead <= ucpu->pdqtail);
749 if (__predict_false(ucpu->pdqhead == ucpu->pdqtail)) {
752 pg = ucpu->pdq[ucpu->pdqhead++];
753 if (__predict_true(ucpu->pdqhead != ucpu->pdqtail)) {
754 __builtin_prefetch(ucpu->pdq[ucpu->pdqhead]);
781 while (__predict_false(ucpu->pdqhead == 0)) {
784 ucpu->pdq[--(ucpu->pdqhead)] = pg;
804 if (ucpu->pdqhead == ucpu->pdqtail) {
824 while (ucpu->pdqhead != ucpu->pdqtail)
    [all...]
uvm.h 89 u_int pdqhead; /* current queue head */ member in struct:uvm_cpu

Completed in 13 milliseconds