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

  /src/sys/uvm/
uvm.h 90 u_int pdqtail; /* maximum number entries */ member in struct:uvm_cpu
uvm_pdpolicy_clock.c 661 ucpu->pdqtail = CLOCK_PDQ_SIZE;
748 KASSERT(ucpu->pdqhead <= ucpu->pdqtail);
749 if (__predict_false(ucpu->pdqhead == ucpu->pdqtail)) {
753 if (__predict_true(ucpu->pdqhead != ucpu->pdqtail)) {
804 if (ucpu->pdqhead == ucpu->pdqtail) {
824 while (ucpu->pdqhead != ucpu->pdqtail) {
837 if (ucpu->pdqhead == ucpu->pdqtail) {

Completed in 11 milliseconds