Searched refs:npending (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/sys/gdb/
H A Dgdb_cons.c53 int npending; member in struct:gdbcons
77 if (c->npending == -1) {
78 c->npending = 0;
121 for (i = 0; i < gc->npending; i++)
124 gc->npending = 0;
147 if (gc->npending != 0) {
154 if (gc->npending == sizeof(gc->buf))
157 gc->buf[gc->npending++] = c;
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_rx.h54 extern void ath_rx_tasklet(void *arg, int npending);
H A Dif_ath_misc.h105 extern void ath_start_task(void *arg, int npending);
H A Dif_ath_tx_edma.c749 ath_edma_tx_proc(void *arg, int npending) argument
754 DPRINTF(sc, ATH_DEBUG_TX_PROC, "%s: called, npending=%d\n",
755 __func__, npending);
H A Dif_ath_rx.c1239 ath_legacy_rx_tasklet(void *arg, int npending) argument
1243 ATH_KTR(sc, ATH_KTR_RXPROC, 1, "ath_rx_proc: pending=%d", npending);
1244 DPRINTF(sc, ATH_DEBUG_RX_PROC, "%s: pending %u\n", __func__, npending);
H A Dif_ath_rx_edma.c580 ath_edma_recv_tasklet(void *arg, int npending) argument
587 DPRINTF(sc, ATH_DEBUG_EDMA_RX, "%s: called; npending=%d\n",
589 npending);
H A Dif_ath.c4412 ath_tx_proc_q0(void *arg, int npending) argument
4456 ath_tx_proc_q0123(void *arg, int npending) argument
4512 ath_tx_proc(void *arg, int npending) argument
4561 ath_txq_sched_tasklet(void *arg, int npending) argument
6215 ath_dfs_tasklet(void *p, int npending) argument
H A Dif_athvar.h515 void (*recv_tasklet)(void *arg, int npending);
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_rx.h191 extern void sfxge_rx_scale_update(void *arg, int npending);
H A Dsfxge.c118 sfxge_reset(void *arg, int npending);
1040 sfxge_reset(void *arg, int npending) argument
1046 (void)npending;
H A Dsfxge_port.c332 sfxge_mac_poll_work(void *arg, int npending) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cpp362 int npending = 0; local
367 pt->pending[npending++] = mtx->link[li];
369 while (npending > 0) {
370 Link link = pt->pending[--npending];
385 pt->pending[npending++] = Link(kEndId);
394 // FIXME(dvyukov): npending can be larger than kMaxMutex
395 pt->pending[npending++] = *link1;
/freebsd-11-stable/sys/dev/wtap/wtap_hal/
H A Dhal.c36 hal_tx_proc(void *arg, int npending) argument
/freebsd-11-stable/sys/kern/
H A Dsubr_firmware.c256 loadimage(void *arg, int npending) argument
378 set_rootvnode(void *arg, int npending) argument
/freebsd-11-stable/sys/net80211/
H A Dieee80211_proto.c1298 parent_updown(void *arg, int npending) argument
1306 update_mcast(void *arg, int npending) argument
1314 update_promisc(void *arg, int npending) argument
1322 update_channel(void *arg, int npending) argument
1331 update_chw(void *arg, int npending) argument
1342 update_wme(void *arg, int npending) argument
1353 restart_vaps(void *arg, int npending) argument
1660 beacon_miss(void *arg, int npending) argument
1681 beacon_swmiss(void *arg, int npending) argument
1688 /* XXX Call multiple times if npending > zer
1920 ieee80211_newstate_cb(void *xvap, int npending) argument
[all...]
/freebsd-11-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h271 uint32_t npending; member in struct:vmxnet3_txq_shared
H A Dif_vmx.c2947 txq->vxtxq_ts->npending += nsegs;
2948 if (txq->vxtxq_ts->npending >= txq->vxtxq_ts->intr_threshold) {
2949 txq->vxtxq_ts->npending = 0;
/freebsd-11-stable/sys/dev/malo/
H A Dif_malo.c1008 malo_tx_proc(void *arg, int npending) argument
1941 malo_rx_proc(void *arg, int npending) argument
1956 __func__, npending,
/freebsd-11-stable/sys/dev/wtap/
H A Dif_wtap.c484 wtap_rx_proc(void *arg, int npending) argument
/freebsd-11-stable/sys/dev/oce/
H A Doce_if.h1096 void oce_tx_task(void *arg, int npending);
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl.c2607 mwl_rx_proc(void *arg, int npending) argument
2623 __func__, npending, RD4(sc, sc->sc_hwspecs.rxDescRead),
3406 mwl_tx_proc(void *arg, int npending) argument
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c1916 restart_ctrlq(void *data, int npending) argument
2310 restart_offloadq(void *data, int npending) argument
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c2668 iwi_monitor_scan(void *arg, int npending) argument
3230 iwi_restart(void *arg, int npending) argument
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c4858 bwn_intrtask(void *arg, int npending) argument
5243 bwn_hwreset(void *arg, int npending) argument
6756 bwn_txpwr(void *arg, int npending) argument
/freebsd-11-stable/sys/dev/vr/
H A Dif_vr.c1680 vr_int_task(void *arg, int npending) argument

Completed in 374 milliseconds

12