Home
last modified time | relevance | path

Searched refs:npending (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dae_evport.c70 int npending; /* # of pending fds */ member
86 state->npending = 0; in aeApiCreate()
112 for (i = 0; i < state->npending; i++) { in aeApiLookupPending()
255 for (i = 0; i < state->npending; i++) { in aeApiPoll()
270 state->npending = 0; in aeApiPoll()
295 state->npending = nevents; in aeApiPoll()
/f-stack/freebsd/net80211/
H A Dieee80211_proto.c846 vap_update_slot(void *arg, int npending) in vap_update_slot() argument
985 vap_update_preamble(void *arg, int npending) in vap_update_preamble() argument
1817 parent_updown(void *arg, int npending) in parent_updown() argument
1825 update_mcast(void *arg, int npending) in update_mcast() argument
1833 update_promisc(void *arg, int npending) in update_promisc() argument
1841 update_channel(void *arg, int npending) in update_channel() argument
1850 update_chw(void *arg, int npending) in update_chw() argument
1869 vap_update_wme(void *arg, int npending) in vap_update_wme() argument
1902 restart_vaps(void *arg, int npending) in restart_vaps() argument
2210 beacon_miss(void *arg, int npending) in beacon_miss() argument
[all …]
H A Dieee80211_superg.c101 ff_age_all(void *arg, int npending) in ff_age_all() argument
/f-stack/freebsd/kern/
H A Dsubr_firmware.c247 loadimage(void *arg, int npending __unused) in loadimage()
379 set_rootvnode(void *arg, int npending) in set_rootvnode() argument
H A Dsubr_epoch.c788 int i, npending, total; in epoch_call_task() local
800 if ((npending = record->n_pending) == 0) in epoch_call_task()
803 total += npending - record->n_pending; in epoch_call_task()
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_ef100_tx.c898 unsigned int npending = 0; in sfc_ef100_tx_qdesc_npending() local
906 npending += EFX_QWORD_FIELD(tx_ev, ESF_GZ_EV_TXCMPL_NUM_DESC); in sfc_ef100_tx_qdesc_npending()
915 return npending; in sfc_ef100_tx_qdesc_npending()
H A Dsfc_ef10_rx.c568 unsigned int npending = sfc_ef10_rx_qdesc_npending(dp_rxq); in sfc_ef10_rx_qdesc_status() local
573 if (offset < npending) in sfc_ef10_rx_qdesc_status()
H A Dsfc_ef10_tx.c1087 unsigned int npending = sfc_ef10_tx_qdesc_npending(txq); in sfc_ef10_tx_qdesc_status() local
1095 if (unlikely(offset < npending)) in sfc_ef10_tx_qdesc_status()