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

/netbsd-current/sys/uvm/
H A Duvm.h90 u_int pdqtail; /* maximum number entries */ member in struct:uvm_cpu
H A Duvm_pdpolicy_clock.c661 ucpu->pdqtail = CLOCK_PDQ_SIZE;
747 KASSERT(ucpu->pdqhead <= ucpu->pdqtail);
748 if (__predict_false(ucpu->pdqhead == ucpu->pdqtail)) {
752 if (__predict_true(ucpu->pdqhead != ucpu->pdqtail)) {
801 if (ucpu->pdqhead == ucpu->pdqtail) {
820 while (ucpu->pdqhead != ucpu->pdqtail) {
833 if (ucpu->pdqhead == ucpu->pdqtail) {

Completed in 214 milliseconds