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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_deadlock_detector2.cc 363 int npending = 0; local in function:__sanitizer::DD::CycleCheck
368 pt->pending[npending++] = mtx->link[li];
370 while (npending > 0) {
371 Link link = pt->pending[--npending];
386 pt->pending[npending++] = Link(kEndId);
395 // FIXME(dvyukov): npending can be larger than kMaxMutex
396 pt->pending[npending++] = *link1;
  /src/sys/dev/pci/
if_vmxreg.h 267 uint32_t npending; member in struct:vmxnet3_txq_shared
if_vmx.c 3193 txq->vxtxq_ts->npending += nsegs;
3194 if (txq->vxtxq_ts->npending >= txq->vxtxq_ts->intr_threshold) {
3197 txq->vxtxq_ts->npending = 0;
  /src/sys/dev/ic/
ath.c 3034 ath_rx_proc(void *arg, int npending)
3066 DPRINTF(sc, ATH_DEBUG_RX_PROC, "%s: pending %u\n", __func__, npending);
4227 ath_tx_proc_q0(void *arg, int npending)
4258 ath_tx_proc_q0123(void *arg, int npending)
4301 ath_tx_proc(void *arg, int npending)

Completed in 18 milliseconds