Home
last modified time | relevance | path

Searched refs:timer_pending (Results 1 – 25 of 181) sorted by relevance

12345678

/linux-6.15/net/llc/
H A Dllc_proc.c194 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-6.15/drivers/scsi/isci/
H A Dport_config.c338 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-6.15/drivers/scsi/fnic/
H A Dfdls_disc.c443 if (tport->timer_pending) { in fdls_start_tport_timer()
448 tport->timer_pending = 0; in fdls_start_tport_timer()
456 tport->timer_pending = 1; in fdls_start_tport_timer()
1223 if (tport->timer_pending) { in fdls_delete_tport()
1228 tport->timer_pending = 0; in fdls_delete_tport()
2357 tport->timer_pending = 0; in fdls_tport_timer_callback()
2506 tport->timer_pending = 0; in fdls_process_tgt_adisc_rsp()
2636 tport->timer_pending = 0; in fdls_process_tgt_plogi_rsp()
2776 tport->timer_pending = 0; in fdls_process_tgt_prli_rsp()
2879 fdls->timer_pending = 0; in fdls_process_rff_id_rsp()
[all …]
H A Dfnic_fdls.h156 int timer_pending; member
213 int timer_pending; member
/linux-6.15/drivers/net/wireguard/
H A Dtimers.c60 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-6.15/block/
H A Dblk-timeout.c152 if (!timer_pending(&q->timeout) || in blk_add_timer()
163 if (!timer_pending(&q->timeout) || (diff >= HZ / 2)) in blk_add_timer()
H A Dblk-stat.h132 return timer_pending(&cb->timer); in blk_stat_is_active()
/linux-6.15/net/bridge/
H A Dbr_multicast.c611 if (timer_pending(&src->timer)) in br_multicast_fwd_src_handle()
656 timer_pending(&mp->timer)) in br_multicast_group_expired()
1323 timer_pending(&src->timer)) in br_multicast_group_src_expired()
1659 timer_pending(t)) in br_multicast_router_expired()
2462 if (timer_pending(&ent->timer)) in __grp_src_toin_excl()
3075 if (!timer_pending(own_timer) && !timer_pending(other_timer)) in br_multicast_select_querier()
3481 (timer_pending(&mp->timer) ? in br_ip4_multicast_query()
3489 if (timer_pending(&p->timer) ? in br_ip4_multicast_query()
3570 (timer_pending(&mp->timer) ? in br_ip6_multicast_query()
3578 if (timer_pending(&p->timer) ? in br_ip6_multicast_query()
[all …]
/linux-6.15/drivers/net/wireless/st/cw1200/
H A Dpm.c117 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-6.15/net/lapb/
H A Dlapb_timer.c80 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-6.15/net/ax25/
H A Dax25_timer.c106 return timer_pending(&ax25->t1timer); in ax25_t1timer_running()
113 if (!timer_pending(timer)) in ax25_display_timer()
/linux-6.15/drivers/isdn/mISDN/
H A Dfsm.c141 if (timer_pending(&ft->tl)) { in mISDN_FsmAddTimer()
169 if (timer_pending(&ft->tl)) in mISDN_FsmRestartTimer()
/linux-6.15/net/rose/
H A Drose_link.c67 return timer_pending(&neigh->ftimer); in rose_ftimer_running()
72 return timer_pending(&neigh->t0timer); in rose_t0timer_running()
H A Drose_loopback.c31 return timer_pending(&loopback_timer); in rose_loopback_running()
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_tcp4.c15 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 Dbpf_iter_tcp6.c15 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-6.15/net/netrom/
H A Dnr_loopback.c27 return timer_pending(&loopback_timer); in nr_loopback_running()
/linux-6.15/kernel/time/
H A Dtimer.c944 if (!timer_pending(timer)) in detach_if_pending()
1074 if (!(options & MOD_TIMER_NOTPENDING) && timer_pending(timer)) { in __mod_timer()
1104 if (timer_pending(timer) && (options & MOD_TIMER_REDUCE) && in __mod_timer()
1289 if (WARN_ON_ONCE(timer_pending(timer))) in add_timer()
1305 if (WARN_ON_ONCE(timer_pending(timer))) in add_timer_local()
1322 if (WARN_ON_ONCE(timer_pending(timer))) in add_timer_global()
1348 if (WARN_ON_ONCE(timer_pending(timer))) in add_timer_on()
1421 if (timer_pending(timer) || shutdown) { in __timer_delete()
/linux-6.15/drivers/nfc/st-nci/
H A Dndlc.c203 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-6.15/drivers/nfc/nfcmrvl/
H A Dfw_dnld.c104 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-6.15/fs/netfs/
H A Dfscache_stats.c77 timer_pending(&fscache_cookie_lru_timer) ? in fscache_stats_show()
/linux-6.15/arch/s390/mm/
H A Dcmm.c189 if (cmm_timed_pages > 0 && !timer_pending(&cmm_timer)) in cmm_thread()
203 if (timer_pending(&cmm_timer)) in cmm_set_timer()
/linux-6.15/net/nfc/hci/
H A Dllc_shdlc.c623 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-6.15/net/x25/
H A Dx25_timer.c84 if (!timer_pending(&x25->timer)) in x25_display_timer()
/linux-6.15/drivers/usb/gadget/udc/
H A Ddummy_hcd.c258 unsigned timer_pending:1; member
1308 if (!dum_hcd->timer_pending) { in dummy_urb_enqueue()
1309 dum_hcd->timer_pending = 1; in dummy_urb_enqueue()
1331 if (rc == 0 && !dum_hcd->timer_pending) { in dummy_urb_dequeue()
1332 dum_hcd->timer_pending = 1; in dummy_urb_dequeue()
1821 dum_hcd->timer_pending = 0; in dummy_timer()
2003 } else if (!dum_hcd->timer_pending && in dummy_timer()
2006 dum_hcd->timer_pending = 1; in dummy_timer()
2402 dum_hcd->timer_pending = 1; in dummy_bus_resume()
2533 dum_hcd->timer_pending = 0; in dummy_stop()

12345678