Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dchrqueue.c177 int ntodo; /* The number of characters remaining to be appended */ in _glq_append_chars() local
246 ntodo = n - ndone; in _glq_append_chars()
250 nnew = nleft < ntodo ? nleft : ntodo; in _glq_append_chars()
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_rx.c762 int ntodo; in sfxge_rx_qrefill() local
778 ntodo = min(EFX_RXQ_LIMIT(sp->s_rxq_size) - rxfill, target); in sfxge_rx_qrefill()
779 ASSERT3U(ntodo, <=, EFX_RXQ_LIMIT(sp->s_rxq_size)); in sfxge_rx_qrefill()
781 if (ntodo == 0) in sfxge_rx_qrefill()
791 while (ntodo-- > 0) { in sfxge_rx_qrefill()
886 int ntodo; in sfxge_rx_qfill() local
900 ntodo = min(EFX_RXQ_LIMIT(sp->s_rxq_size) - rxfill, target); in sfxge_rx_qfill()
901 ASSERT3U(ntodo, <=, EFX_RXQ_LIMIT(sp->s_rxq_size)); in sfxge_rx_qfill()
903 if (ntodo == 0) in sfxge_rx_qfill()
909 while (ntodo-- > 0) { in sfxge_rx_qfill()
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c3181 int ntodo, len, rssi; in mwl_rx_intr() local
3187 for (ntodo = MWL_RX_RING_COUNT; ntodo > 0; ntodo--) { in mwl_rx_intr()