/linux/net/llc/ |
H A D | llc_proc.c | 194 llc->cause_flag, timer_pending(&llc->ack_timer.timer), in llc_seq_core_show() 195 timer_pending(&llc->pf_cycle_timer.timer), in llc_seq_core_show() 196 timer_pending(&llc->rej_sent_timer.timer), in llc_seq_core_show() 197 timer_pending(&llc->busy_state_timer.timer), in llc_seq_core_show()
|
/linux/drivers/scsi/isci/ |
H A D | port_config.c | 338 port_agent->timer_pending = false; in mpc_agent_timeout() 418 !port_agent->timer_pending) { in sci_mpc_agent_link_down() 419 port_agent->timer_pending = true; in sci_mpc_agent_link_down() 478 port_agent->timer_pending = true; in sci_apc_agent_start_timer() 676 port_agent->timer_pending = false; in apc_agent_timeout() 719 port_agent->timer_pending = false; in sci_port_configuration_agent_construct()
|
/linux/drivers/net/wireguard/ |
H A D | timers.c | 60 if (!timer_pending(&peer->timer_zero_key_material)) in wg_expired_retransmit_handshake() 147 if (!timer_pending(&peer->timer_new_handshake)) in wg_timers_data_sent() 157 if (!timer_pending(&peer->timer_send_keepalive)) in wg_timers_data_received()
|
/linux/block/ |
H A D | blk-timeout.c | 152 if (!timer_pending(&q->timeout) || in blk_add_timer() 163 if (!timer_pending(&q->timeout) || (diff >= HZ / 2)) in blk_add_timer()
|
/linux/net/bridge/ |
H A D | br_multicast.c | 537 !timer_pending(&src->timer)); in br_multicast_fwd_src_add() 611 if (timer_pending(&src->timer)) in br_multicast_fwd_src_handle() 656 timer_pending(&mp->timer)) in br_multicast_group_expired() 866 if (!netif_running(br->dev) || timer_pending(&pg->timer) || in br_multicast_port_group_expired() 873 if (!timer_pending(&src_ent->timer)) { in br_multicast_port_group_expired() 1323 timer_pending(&src->timer)) in br_multicast_group_src_expired() 1659 timer_pending(t)) in br_multicast_router_expired() 1878 if (!other_query || timer_pending(&other_query->timer)) in br_multicast_send_query() 1965 if (!other_query || timer_pending(&other_query->timer)) in br_multicast_port_group_rexmit() 2196 !timer_pending(&other_query->timer)) in __grp_src_query_marked_and_rexmit() [all …]
|
/linux/drivers/net/wireless/st/cw1200/ |
H A D | pm.c | 117 if (!timer_pending(&pm->stay_awake) || cur_tmo < (long)tmo) in cw1200_pm_stay_awake() 165 ret = timer_pending(&pm_state->stay_awake); in cw1200_wow_suspend() 254 ret = timer_pending(&priv->mcast_timeout); in cw1200_wow_suspend()
|
/linux/net/lapb/ |
H A D | lapb_timer.c | 80 if (timer_pending(&lapb->t2timer)) /* A new timer has been set up */ in lapb_t2timer_expiry() 100 if (timer_pending(&lapb->t1timer)) /* A new timer has been set up */ in lapb_t1timer_expiry()
|
/linux/net/ax25/ |
H A D | ax25_timer.c | 106 return timer_pending(&ax25->t1timer); in ax25_t1timer_running() 113 if (!timer_pending(timer)) in ax25_display_timer()
|
/linux/drivers/isdn/mISDN/ |
H A D | fsm.c | 141 if (timer_pending(&ft->tl)) { in mISDN_FsmAddTimer() 169 if (timer_pending(&ft->tl)) in mISDN_FsmRestartTimer()
|
/linux/net/rose/ |
H A D | rose_link.c | 67 return timer_pending(&neigh->ftimer); in rose_ftimer_running() 72 return timer_pending(&neigh->t0timer); in rose_t0timer_running()
|
H A D | rose_loopback.c | 31 return timer_pending(&loopback_timer); in rose_loopback_running()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_tcp4.c | 15 static int timer_pending(const struct timer_list * timer) in timer_pending() function 106 } else if (timer_pending(&sp->sk_timer)) { in dump_tcp_sock()
|
H A D | bpf_iter_tcp6.c | 15 static int timer_pending(const struct timer_list * timer) in timer_pending() function 106 } else if (timer_pending(&sp->sk_timer)) { in dump_tcp6_sock()
|
/linux/kernel/time/ |
H A D | timer.c | 944 if (!timer_pending(timer)) in detach_if_pending() 1078 if (!(options & MOD_TIMER_NOTPENDING) && timer_pending(timer)) { in __mod_timer() 1108 if (timer_pending(timer) && (options & MOD_TIMER_REDUCE) && in __mod_timer() 1293 if (WARN_ON_ONCE(timer_pending(timer))) in add_timer() 1309 if (WARN_ON_ONCE(timer_pending(timer))) in add_timer_local() 1326 if (WARN_ON_ONCE(timer_pending(timer))) in add_timer_global() 1352 if (WARN_ON_ONCE(timer_pending(timer))) in add_timer_on() 1425 if (timer_pending(timer) || shutdown) { in __timer_delete()
|
/linux/net/netrom/ |
H A D | nr_loopback.c | 27 return timer_pending(&loopback_timer); in nr_loopback_running()
|
/linux/drivers/nfc/st-nci/ |
H A D | ndlc.c | 203 if (ndlc->t1_active && timer_pending(&ndlc->t1_timer) == 0) { in llt_ndlc_sm_work() 212 if (ndlc->t2_active && timer_pending(&ndlc->t2_timer) == 0) { in llt_ndlc_sm_work()
|
/linux/drivers/nfc/nfcmrvl/ |
H A D | fw_dnld.c | 104 if (timer_pending(&priv->ndev->cmd_timer)) in fw_dnld_over() 107 if (timer_pending(&priv->fw_dnld.timer)) in fw_dnld_over() 466 if (timer_pending(&priv->ndev->cmd_timer)) in nfcmrvl_fw_dnld_recv_frame()
|
/linux/fs/netfs/ |
H A D | fscache_stats.c | 77 timer_pending(&fscache_cookie_lru_timer) ? in fscache_stats_show()
|
/linux/arch/s390/mm/ |
H A D | cmm.c | 189 if (cmm_timed_pages > 0 && !timer_pending(&cmm_timer)) in cmm_thread() 203 if (timer_pending(&cmm_timer)) in cmm_set_timer()
|
/linux/net/nfc/hci/ |
H A D | llc_shdlc.c | 623 if (timer_pending(&shdlc->connect_timer) == 0) { in llc_shdlc_sm_work() 640 if (shdlc->t1_active && timer_pending(&shdlc->t1_timer) == 0) { in llc_shdlc_sm_work() 650 if (shdlc->t2_active && timer_pending(&shdlc->t2_timer) == 0) { in llc_shdlc_sm_work()
|
/linux/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 257 unsigned timer_pending:1; member 1307 if (!dum_hcd->timer_pending) { in dummy_urb_enqueue() 1308 dum_hcd->timer_pending = 1; in dummy_urb_enqueue() 1330 if (rc == 0 && !dum_hcd->timer_pending) { in dummy_urb_dequeue() 1331 dum_hcd->timer_pending = 1; in dummy_urb_dequeue() 1820 dum_hcd->timer_pending = 0; in dummy_timer() 2002 } else if (!dum_hcd->timer_pending && in dummy_timer() 2005 dum_hcd->timer_pending = 1; in dummy_timer() 2401 dum_hcd->timer_pending = 1; in dummy_bus_resume() 2534 dum_hcd->timer_pending = 0; in dummy_stop()
|
/linux/net/x25/ |
H A D | x25_timer.c | 84 if (!timer_pending(&x25->timer)) in x25_display_timer()
|
/linux/include/linux/ |
H A D | timer.h | 145 static inline int timer_pending(const struct timer_list * timer) in timer_pending() function
|
/linux/net/sctp/ |
H A D | transport.c | 187 if (!timer_pending(&transport->T3_rtx_timer)) in sctp_transport_reset_t3_rtx() 206 if (!timer_pending(&transport->reconf_timer)) in sctp_transport_reset_reconf_timer() 836 if (!timer_pending(&t->T3_rtx_timer)) { in sctp_transport_immediate_rtx()
|
/linux/net/netfilter/ |
H A D | xt_LED.c | 52 timer_pending(&ledinternal->timer)) in led_tg()
|