Searched refs:callout_pending (Results 1 – 25 of 51) sorted by relevance
123
208 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()
79 KASSERT(!callout_pending(&(cmd)->timo), ("Pending callout!")); \
109 if (callout_pending(&rnh->expire_callout) == 0) in expire_callout()
249 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()
93 #define callout_pending(c) ((c)->c_iflags & CALLOUT_PENDING) macro
127 if (!callout_pending(&ssk->nagle_timer)) { in sdp_nagle_off()
360 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()
54 if (!callout_pending(&ssk->tx_ring.timer)) in sdp_xmit_poll()
149 if (callout_pending(&sc->discard_buffer_callout)) in tpm20_discard_buffer()
706 if (!(callout_pending(&hpriv->sackTimer))) { in ng_pptpgre_ack()1037 if (callout_pending(&hpriv->reorderTimer)) in ng_pptpgre_rcvdata_lower()1040 if (!callout_pending(&hpriv->reorderTimer)) in ng_pptpgre_rcvdata_lower()
1412 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()
61 if (callout_pending(&t->callout)) { in run_timer()
160 if (callout_pending(callout)) /* callout was reset */ in vatpit_callout_handler()
295 if (callout_pending(callout)) /* callout was reset */ in vhpet_handler()
551 if (callout_pending(&vrtc->callout)) /* callout was reset */ in vrtc_callout_handler()
267 #define SCTP_OS_TIMER_PENDING callout_pending
212 if (callout_pending(&lle->lle_timer)) { in arptimer()1359 if (callout_pending(&ia->ia_garp_timer) || in garp_rexmit()
1311 if (callout_pending(&tcp_log_expireq_callout)) { in tcp_log_expire()1593 (callout_pending(&tcp_log_expireq_callout) || in tcp_log_tcpcbfini()
387 if (rl->rl_table_num > 0 && !callout_pending(&rl->rl_gc)) in ratelimit_gc_schedule()
992 !callout_pending(&peer->p_new_handshake)) in wg_timers_event_data_sent()1006 if (!callout_pending(&peer->p_send_keepalive)) in wg_timers_event_data_received()1130 !callout_pending(&peer->p_zero_key_material)) in wg_timers_run_retry_handshake()
924 if (callout_pending(&timer->callout)) { in __ocs_callout()
500 #define usb_callout_pending(c) callout_pending(&(c)->co)
528 if (callout_pending(&console_callout->timer) || in lio_check_console()
359 int callout_pending(struct callout *);
538 callout_pending(struct callout *c) in callout_pending() function