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

12

/freebsd-current/sys/gdb/
H A Dgdb_cons.c52 int npending; member in struct:gdbcons
79 if (c->npending == -1) {
80 c->npending = 0;
123 for (i = 0; i < gc->npending; i++)
126 gc->npending = 0;
149 if (gc->npending != 0) {
156 if (gc->npending == sizeof(gc->buf))
159 gc->buf[gc->npending++] = c;
/freebsd-current/sys/dev/ath/
H A Dif_ath_rx.h54 extern void ath_rx_tasklet(void *arg, int npending);
H A Dif_ath_misc.h107 extern void ath_start_task(void *arg, int npending);
H A Dif_ath_tx_edma.c761 ath_edma_tx_proc(void *arg, int npending) argument
774 DPRINTF(sc, ATH_DEBUG_TX_PROC, "%s: called, npending=%d\n",
775 __func__, npending);
H A Dif_ath_rx.c1307 ath_legacy_rx_tasklet(void *arg, int npending) argument
1311 ATH_KTR(sc, ATH_KTR_RXPROC, 1, "ath_rx_proc: pending=%d", npending);
1312 DPRINTF(sc, ATH_DEBUG_RX_PROC, "%s: pending %u\n", __func__, npending);
H A Dif_ath_rx_edma.c616 ath_edma_recv_tasklet(void *arg, int npending) argument
623 DPRINTF(sc, ATH_DEBUG_EDMA_RX, "%s: called; npending=%d\n",
625 npending);
H A Dif_ath.c4592 ath_tx_proc_q0(void *arg, int npending) argument
4636 ath_tx_proc_q0123(void *arg, int npending) argument
4692 ath_tx_proc(void *arg, int npending) argument
4741 ath_txq_sched_tasklet(void *arg, int npending) argument
6671 ath_dfs_tasklet(void *p, int npending) argument
H A Dif_athvar.h519 void (*recv_tasklet)(void *arg, int npending);
/freebsd-current/sys/dev/sfxge/
H A Dsfxge_rx.h191 extern void sfxge_rx_scale_update(void *arg, int npending);
H A Dsfxge.c117 sfxge_reset(void *arg, int npending);
1035 sfxge_reset(void *arg, int npending) argument
1041 (void)npending;
H A Dsfxge_port.c332 sfxge_mac_poll_work(void *arg, int npending) argument
/freebsd-current/sys/net80211/
H A Dieee80211_proto.c857 vap_update_slot(void *arg, int npending) argument
930 vap_update_erp_protmode(void *arg, int npending) argument
996 vap_update_preamble(void *arg, int npending) argument
1062 vap_update_ht_protmode(void *arg, int npending) argument
1825 parent_updown(void *arg, int npending) argument
1833 update_mcast(void *arg, int npending) argument
1841 update_promisc(void *arg, int npending) argument
1849 update_channel(void *arg, int npending) argument
1858 update_chw(void *arg, int npending) argument
1877 vap_update_wme(void *arg, int npending) argument
1910 restart_vaps(void *arg, int npending) argument
2218 beacon_miss(void *arg, int npending) argument
2239 beacon_swmiss(void *arg, int npending) argument
2546 ieee80211_newstate_cb(void *xvap, int npending) argument
[all...]
H A Dieee80211_superg.c99 ff_age_all(void *arg, int npending) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cpp360 int npending = 0; local
365 pt->pending[npending++] = mtx->link[li];
367 while (npending > 0) {
368 Link link = pt->pending[--npending];
383 pt->pending[npending++] = Link(kEndId);
392 // FIXME(dvyukov): npending can be larger than kMaxMutex
393 pt->pending[npending++] = *link1;
/freebsd-current/sys/dev/wtap/wtap_hal/
H A Dhal.c36 hal_tx_proc(void *arg, int npending) argument
/freebsd-current/sys/kern/
H A Dsubr_firmware.c347 loadimage(void *arg, int npending __unused)
480 set_rootvnode(void *arg, int npending) argument
H A Dsubr_epoch.c811 int i, npending, total; local
823 if ((npending = record->n_pending) == 0)
826 total += npending - record->n_pending;
/freebsd-current/sys/dev/rtwn/rtl8821a/usb/
H A Dr21au_dfs.c116 r21au_chan_check(void *arg, int npending __unused)
/freebsd-current/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h269 uint32_t npending; member in struct:vmxnet3_txq_shared
/freebsd-current/sys/dev/rtwn/
H A Dif_rtwn_beacon.c218 rtwn_tx_beacon_csa(void *arg, int npending __unused)
/freebsd-current/sys/dev/malo/
H A Dif_malo.c1002 malo_tx_proc(void *arg, int npending) argument
1929 malo_rx_proc(void *arg, int npending) argument
1944 __func__, npending,
/freebsd-current/sys/dev/wtap/
H A Dif_wtap.c494 wtap_rx_proc(void *arg, int npending) argument
/freebsd-current/sys/dev/oce/
H A Doce_if.h1083 void oce_tx_task(void *arg, int npending);
/freebsd-current/sys/dev/mwl/
H A Dif_mwl.c2604 mwl_rx_proc(void *arg, int npending) argument
2620 __func__, npending, RD4(sc, sc->sc_hwspecs.rxDescRead),
3405 mwl_tx_proc(void *arg, int npending) argument
/freebsd-current/sys/dev/iwi/
H A Dif_iwi.c2678 iwi_monitor_scan(void *arg, int npending) argument
3229 iwi_restart(void *arg, int npending) argument

Completed in 273 milliseconds

12