add kn_proc_count to best of two

This commit is contained in:
Oscar Zhao 2020-05-20 04:11:34 -04:00
parent 3ce2173be6
commit 2e383660dd

View File

@ -493,7 +493,7 @@ kevq_exp_lat(struct kevq *kevq)
// CTR2(KTR_KQ, "kevq_exp_lat: %p too behind. setting new last_kevq: %ld", kevq, last_kev); // CTR2(KTR_KQ, "kevq_exp_lat: %p too behind. setting new last_kevq: %ld", kevq, last_kev);
} }
return kevq->kevq_avg_lat * (kevq_total_knote(kevq) + 1) + last_kev; return kevq->kevq_avg_lat * (kevq_total_knote(kevq) + kevq->kn_proc_count) + last_kev;
} }
static inline long static inline long