Home
last modified time | relevance | path

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

12

/dragonfly/sys/netinet/
H A Dtcp_timer.c259 if (callout_pending(co) || !callout_active(co)) { in tcp_timer_delack()
307 if (callout_pending(co) || !callout_active(co)) { in tcp_timer_2msl()
388 if (callout_pending(co) || !callout_active(co)) { in tcp_timer_keep()
447 if (callout_pending(co) || !callout_active(co)){ in tcp_timer_persist()
677 if (callout_pending(co) || !callout_active(co)) { in tcp_timer_rexmt()
H A Dtcp_timer2.h122 return callout_pending(&_tc->tc_callout); in tcp_callout_pending()
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_dfs.c210 if (callout_pending(&dfs->cac_timer)) { in ieee80211_dfs_cac_stop()
342 if (!callout_pending(&dfs->nol_timer)) in ieee80211_dfs_notify_radar()
372 if (callout_pending(&dfs->cac_timer)) in ieee80211_dfs_notify_radar()
H A Dieee80211_ht.c2358 callout_pending(&tap->txa_timer), status); in bar_tx_complete()
2363 callout_pending(&tap->txa_timer)) { in bar_tx_complete()
/dragonfly/sys/dev/drm/
H A Dlinux_hrtimer.c95 return callout_pending(&timer->timer_callout); in hrtimer_active()
/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A Dng_l2cap_misc.h76 KASSERT(!callout_pending(&(cmd)->timo), ("Pending callout!")); \
/dragonfly/sys/dev/drm/include/linux/
H A Dtimer.h103 #define timer_pending(timer) callout_pending(&(timer)->timer_callout)
/dragonfly/sys/dev/disk/dm/delay/
H A Ddm_target_delay.c255 if (!callout_pending(&di->cal)) in _strategy()
337 if (callout_pending(&di->cal)) in _destroy()
/dragonfly/sys/sys/
H A Dcallout.h111 int callout_pending(struct callout *ext);
/dragonfly/sys/netgraph7/bluetooth/drivers/h4/
H A Dng_h4.c250 if (callout_pending(&sc->timo)) in ng_h4_close()
640 if (!IF_QEMPTY(&sc->outq) && !callout_pending(&sc->timo))
732 if (callout_pending(&sc->timo))
/dragonfly/sys/netgraph7/tty/
H A Dng_tty.c252 if (callout_pending(&sc->chand)) in ngt_close()
453 if (!IF_QEMPTY(&sc->outq) && !callout_pending(&sc->chand)) in ngt_start()
/dragonfly/sys/dev/crypto/tpm/
H A Dtpm20.c153 if (callout_pending(&sc->discard_buffer_callout)) in tpm20_discard_buffer()
/dragonfly/sys/net/bridge/
H A Dbridgestp.c1201 if (callout_pending(&sc->sc_bstpcallout) == 0) in bstp_initialization()
1410 if (callout_pending(&sc->sc_bstpcallout) || in bstp_tick()
/dragonfly/sys/netgraph/l2tp/
H A Dng_l2tp.c1455 CHECK(seq->rack_timer_running || !callout_pending(&seq->rack_timer)); in ng_l2tp_seq_check()
1456 CHECK(seq->xack_timer_running || !callout_pending(&seq->xack_timer)); in ng_l2tp_seq_check()
/dragonfly/sys/net/wg/
H A Dwg_cookie.c495 if (rl->rl_table_num > 0 && !callout_pending(&rl->rl_gc)) in ratelimit_gc_schedule()
H A Dif_wg.c1263 !callout_pending(&peer->p_new_handshake)) { in wg_timers_event_data_sent()
1278 if (!callout_pending(&peer->p_send_keepalive)) { in wg_timers_event_data_received()
1415 !callout_pending(&peer->p_zero_key_material)) { in wg_timers_run_retry_handshake()
/dragonfly/sys/netgraph7/l2tp/
H A Dng_l2tp.c1443 if (callout_pending(&seq->xack_timer) || in ng_l2tp_seq_xack_timeout()
1473 if (callout_pending(&seq->rack_timer) || in ng_l2tp_seq_rack_timeout()
/dragonfly/sys/bus/u4b/
H A Dusbdi.h412 #define usb_callout_pending(c) callout_pending(&(c)->co)
/dragonfly/sys/kern/
H A Dkern_timeout.c1122 callout_pending(struct callout *cc) in callout_pending() function
/dragonfly/sys/netgraph7/pptpgre/
H A Dng_pptpgre.c793 if (!(callout_pending(&hpriv->sackTimer))) { in ng_pptpgre_rcvdata_lower()
/dragonfly/sys/netgraph7/ppp/
H A Dng_ppp.c2594 if (!(callout_pending(&priv->fragTimer))) in ng_ppp_start_frag_timer()
2607 if (callout_pending(&priv->fragTimer)) in ng_ppp_stop_frag_timer()
/dragonfly/share/man/man9/
H A DMakefile384 callout.9 callout_pending.9 \
/dragonfly/sys/dev/raid/mpr/
H A Dmpr_sas_lsi.c1230 if ((callout_pending(&cm->cm_callout)) || in mprsas_ata_id_timeout()
H A Dmpr_mapping.c2423 if ((callout_pending(&sc->device_check_callout)) || in mpr_mapping_check_devices()
/dragonfly/sys/dev/netif/wpi/
H A Dif_wpi.c2275 if (callout_pending(&sc->scan_timeout)) { in wpi_notif_intr()
4162 if (callout_pending(&sc->scan_timeout)) { in wpi_scan()

12