Searched refs:pdqhead (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/uvm/
H A Duvm_pdpolicy_clock.c660 ucpu->pdqhead = CLOCK_PDQ_SIZE;
747 KASSERT(ucpu->pdqhead <= ucpu->pdqtail);
748 if (__predict_false(ucpu->pdqhead == ucpu->pdqtail)) {
751 pg = ucpu->pdq[ucpu->pdqhead++];
752 if (__predict_true(ucpu->pdqhead != ucpu->pdqtail)) {
753 __builtin_prefetch(ucpu->pdq[ucpu->pdqhead]);
779 if (__predict_false(ucpu->pdqhead == 0)) {
782 ucpu->pdq[--(ucpu->pdqhead)] = pg;
801 if (ucpu->pdqhead == ucpu->pdqtail) {
820 while (ucpu->pdqhead !
[all...]
H A Duvm.h89 u_int pdqhead; /* current queue head */ member in struct:uvm_cpu

Completed in 208 milliseconds