/freebsd/sys/gdb/ |
H A D | gdb_cons.c | 52 int npending; member 79 if (c->npending == -1) { in gdb_cninit() 80 c->npending = 0; in gdb_cninit() 123 for (i = 0; i < gc->npending; i++) in gdb_cnflush() 126 gc->npending = 0; in gdb_cnflush() 149 if (gc->npending != 0) { in gdb_cnputc() 156 if (gc->npending == sizeof(gc->buf)) in gdb_cnputc() 159 gc->buf[gc->npending++] = c; in gdb_cnputc()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector2.cpp | 360 int npending = 0; in CycleCheck() local 365 pt->pending[npending++] = mtx->link[li]; in CycleCheck() 367 while (npending > 0) { in CycleCheck() 368 Link link = pt->pending[--npending]; in CycleCheck() 383 pt->pending[npending++] = Link(kEndId); in CycleCheck() 393 pt->pending[npending++] = *link1; in CycleCheck()
|
/freebsd/sys/net80211/ |
H A D | ieee80211_proto.c | 857 vap_update_slot(void *arg, int npending) in vap_update_slot() argument 930 vap_update_erp_protmode(void *arg, int npending) in vap_update_erp_protmode() argument 996 vap_update_preamble(void *arg, int npending) in vap_update_preamble() argument 1062 vap_update_ht_protmode(void *arg, int npending) in vap_update_ht_protmode() argument 1825 parent_updown(void *arg, int npending) in parent_updown() argument 1833 update_mcast(void *arg, int npending) in update_mcast() argument 1841 update_promisc(void *arg, int npending) in update_promisc() argument 1849 update_channel(void *arg, int npending) in update_channel() argument 1858 update_chw(void *arg, int npending) in update_chw() argument 1877 vap_update_wme(void *arg, int npending) in vap_update_wme() argument [all …]
|
H A D | ieee80211_superg.c | 99 ff_age_all(void *arg, int npending) in ff_age_all() argument
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_rx.h | 54 extern void ath_rx_tasklet(void *arg, int npending);
|
H A D | if_ath_misc.h | 107 extern void ath_start_task(void *arg, int npending);
|
H A D | if_ath_tx_edma.c | 761 ath_edma_tx_proc(void *arg, int npending) in ath_edma_tx_proc() argument 775 __func__, npending); in ath_edma_tx_proc()
|
H A D | if_ath_rx_edma.c | 616 ath_edma_recv_tasklet(void *arg, int npending) in ath_edma_recv_tasklet() argument 625 npending); in ath_edma_recv_tasklet()
|
H A D | if_ath_rx.c | 1307 ath_legacy_rx_tasklet(void *arg, int npending) in ath_legacy_rx_tasklet() argument 1311 ATH_KTR(sc, ATH_KTR_RXPROC, 1, "ath_rx_proc: pending=%d", npending); in ath_legacy_rx_tasklet() 1312 DPRINTF(sc, ATH_DEBUG_RX_PROC, "%s: pending %u\n", __func__, npending); in ath_legacy_rx_tasklet()
|
H A D | if_ath.c | 4592 ath_tx_proc_q0(void *arg, int npending) in ath_tx_proc_q0() argument 4636 ath_tx_proc_q0123(void *arg, int npending) in ath_tx_proc_q0123() argument 4692 ath_tx_proc(void *arg, int npending) in ath_tx_proc() argument 4741 ath_txq_sched_tasklet(void *arg, int npending) in ath_txq_sched_tasklet() argument 6671 ath_dfs_tasklet(void *p, int npending) in ath_dfs_tasklet() argument
|
H A D | if_athvar.h | 519 void (*recv_tasklet)(void *arg, int npending);
|
/freebsd/sys/dev/sfxge/ |
H A D | sfxge_rx.h | 191 extern void sfxge_rx_scale_update(void *arg, int npending);
|
H A D | sfxge.c | 117 sfxge_reset(void *arg, int npending); 1035 sfxge_reset(void *arg, int npending) in sfxge_reset() argument 1041 (void)npending; in sfxge_reset()
|
H A D | sfxge_port.c | 332 sfxge_mac_poll_work(void *arg, int npending) in sfxge_mac_poll_work() argument
|
/freebsd/sys/kern/ |
H A D | subr_firmware.c | 347 loadimage(void *arg, int npending __unused) in loadimage() 478 set_rootvnode(void *arg, int npending) 480 set_rootvnode(void * arg,int npending) set_rootvnode() argument
|
H A D | subr_epoch.c | 811 int i, npending, total; in epoch_call_task() local 823 if ((npending = record->n_pending) == 0) in epoch_call_task() 826 total += npending - record->n_pending; in epoch_call_task()
|
/freebsd/sys/dev/wtap/wtap_hal/ |
H A D | hal.c | 36 hal_tx_proc(void *arg, int npending) in hal_tx_proc() argument
|
/freebsd/sys/dev/rtwn/rtl8821a/usb/ |
H A D | r21au_dfs.c | 116 r21au_chan_check(void *arg, int npending __unused) in r21au_chan_check()
|
/freebsd/sys/dev/rtwn/ |
H A D | if_rtwn_beacon.c | 218 rtwn_tx_beacon_csa(void *arg, int npending __unused) in rtwn_tx_beacon_csa()
|
/freebsd/sys/dev/vmware/vmxnet3/ |
H A D | if_vmxreg.h | 269 uint32_t npending; member
|
/freebsd/sys/dev/malo/ |
H A D | if_malo.c | 998 malo_tx_proc(void *arg, int npending) in malo_tx_proc() argument 1923 malo_rx_proc(void *arg, int npending) in malo_rx_proc() argument 1938 __func__, npending, in malo_rx_proc()
|
/freebsd/sys/dev/wtap/ |
H A D | if_wtap.c | 494 wtap_rx_proc(void *arg, int npending) in wtap_rx_proc() argument
|
/freebsd/sys/dev/oce/ |
H A D | oce_if.h | 1083 void oce_tx_task(void *arg, int npending);
|
/freebsd/sys/dev/mwl/ |
H A D | if_mwl.c | 2600 mwl_rx_proc(void *arg, int npending) in mwl_rx_proc() argument 2616 __func__, npending, RD4(sc, sc->sc_hwspecs.rxDescRead), in mwl_rx_proc() 3401 mwl_tx_proc(void *arg, int npending) in mwl_tx_proc() argument
|
/freebsd/sys/dev/iwi/ |
H A D | if_iwi.c | 2678 iwi_monitor_scan(void *arg, int npending) in iwi_monitor_scan() argument 3229 iwi_restart(void *arg, int npending) in iwi_restart() argument
|