Home
last modified time | relevance | path

Searched refs:qfree (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/ic/
H A Dpgt.c699 size_t qdirty, qfree; in pgt_update_intr() local
702 qfree = sc->sc_freeq_count[pqs[i]]; in pgt_update_intr()
719 if (npend > qfree) { in pgt_update_intr()
724 npend - qfree)); in pgt_update_intr()
728 while (qfree-- > npend) in pgt_update_intr()