Home
last modified time | relevance | path

Searched refs:callout_pending (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/sys/net80211/
H A Dieee80211_dfs.c208 if (callout_pending(&dfs->cac_timer)) { in ieee80211_dfs_cac_stop()
335 if (!callout_pending(&dfs->nol_timer)) in ieee80211_dfs_notify_radar()
365 if (callout_pending(&dfs->cac_timer)) in ieee80211_dfs_notify_radar()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dtimer.h87 #define timer_pending(timer) callout_pending(&(timer)->callout)
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.h79 KASSERT(!callout_pending(&(cmd)->timo), ("Pending callout!")); \
/freebsd/sys/net/route/
H A Droute_temporal.c109 if (callout_pending(&rnh->expire_callout) == 0) in expire_callout()
/freebsd/sys/dev/gpio/
H A Dgpiokeys.c249 callout_pending(&key->repeat_callout)) in gpiokey_debounced_intr()
267 if (!callout_pending(&key->debounce_callout)) in gpiokey_intr()
381 if (callout_pending(&key->repeat_callout)) in gpiokeys_detach_key()
383 if (callout_pending(&key->debounce_callout)) in gpiokeys_detach_key()
/freebsd/sys/sys/
H A Dcallout.h96 #define callout_pending(c) ((c)->c_iflags & CALLOUT_PENDING) macro
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_bcopy.c127 if (!callout_pending(&ssk->nagle_timer)) { in sdp_nagle_off()
H A Dsdp_main.c360 if (callout_pending(&ssk->keep2msl)) in sdp_dreq_timeout()
1559 if (callout_pending(&ssk->keep2msl)) in sdp_keepalive_timeout()
1579 if (!callout_pending(&ssk->keep2msl)) in sdp_start_keepalive_timer()
H A Dsdp_tx.c54 if (!callout_pending(&ssk->tx_ring.timer)) in sdp_xmit_poll()
/freebsd/sys/dev/tpm/
H A Dtpm20.c149 if (callout_pending(&sc->discard_buffer_callout)) in tpm20_discard_buffer()
/freebsd/sys/netgraph/
H A Dng_pptpgre.c700 if (!(callout_pending(&hpriv->sackTimer))) { in ng_pptpgre_ack()
1031 if (callout_pending(&hpriv->reorderTimer)) in ng_pptpgre_rcvdata_lower()
1034 if (!callout_pending(&hpriv->reorderTimer)) in ng_pptpgre_rcvdata_lower()
H A Dng_l2tp.c1412 MPASS(!callout_pending(&seq->xack_timer)); in ng_l2tp_seq_xack_timeout()
1442 MPASS(!callout_pending(&seq->rack_timer)); in ng_l2tp_seq_rack_timeout()
/freebsd/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c61 if (callout_pending(&t->callout)) { in run_timer()
/freebsd/sys/amd64/vmm/io/
H A Dvatpit.c159 if (callout_pending(callout)) /* callout was reset */ in vatpit_callout_handler()
H A Dvhpet.c296 if (callout_pending(callout)) /* callout was reset */ in vhpet_handler()
H A Dvrtc.c550 if (callout_pending(&vrtc->callout)) /* callout was reset */ in vrtc_callout_handler()
/freebsd/sys/netinet/
H A Dsctp_os_bsd.h267 #define SCTP_OS_TIMER_PENDING callout_pending
H A Dif_ether.c211 if (callout_pending(&lle->lle_timer)) { in arptimer()
1357 if (callout_pending(&ia->ia_garp_timer) || in garp_rexmit()
H A Dtcp_log_buf.c1311 if (callout_pending(&tcp_log_expireq_callout)) { in tcp_log_expire()
1593 (callout_pending(&tcp_log_expireq_callout) || in tcp_log_tcpcbfini()
/freebsd/sys/dev/wg/
H A Dwg_cookie.c387 if (rl->rl_table_num > 0 && !callout_pending(&rl->rl_gc)) in ratelimit_gc_schedule()
/freebsd/sys/dev/ocs_fc/
H A Docs_os.c924 if (callout_pending(&timer->callout)) { in __ocs_callout()
/freebsd/sys/dev/usb/
H A Dusbdi.h500 #define usb_callout_pending(c) callout_pending(&(c)->co)
/freebsd/stand/kshim/
H A Dbsd_kernel.h358 int callout_pending(struct callout *);
H A Dbsd_kernel.c540 callout_pending(struct callout *c) in callout_pending() function
/freebsd/sys/dev/liquidio/base/
H A Dlio_console.c528 if (callout_pending(&console_callout->timer) || in lio_check_console()

123