/openbmc/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()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/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()
|
H A D | blk-stat.h | 133 return timer_pending(&cb->timer); in blk_stat_is_active()
|
/openbmc/linux/net/bridge/ |
H A D | br_multicast.c | 536 !timer_pending(&src->timer)); in br_multicast_fwd_src_add() 610 if (timer_pending(&src->timer)) in br_multicast_fwd_src_handle() 655 timer_pending(&mp->timer)) in br_multicast_group_expired() 865 if (!netif_running(br->dev) || timer_pending(&pg->timer) || in br_multicast_port_group_expired() 872 if (!timer_pending(&src_ent->timer)) { in br_multicast_port_group_expired() 1322 timer_pending(&src->timer)) in br_multicast_group_src_expired() 1658 timer_pending(t)) in br_multicast_router_expired() 1877 if (!other_query || timer_pending(&other_query->timer)) in br_multicast_send_query() 1964 if (!other_query || timer_pending(&other_query->timer)) in br_multicast_port_group_rexmit() 2195 !timer_pending(&other_query->timer)) in __grp_src_query_marked_and_rexmit() [all …]
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/qemu/accel/tcg/ |
H A D | tcg-accel-ops-rr.c | 96 if (rr_kick_vcpu_timer && !timer_pending(rr_kick_vcpu_timer)) { in rr_start_kick_timer() 103 if (rr_kick_vcpu_timer && timer_pending(rr_kick_vcpu_timer)) { in rr_stop_kick_timer()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/qemu/hw/watchdog/ |
H A D | spapr_watchdog.c | 78 if (timer_pending(&w->timer)) { in watchdog_stop() 221 return timer_pending(&w->timer); in watchdog_needed()
|
/openbmc/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()
|
/openbmc/linux/net/netrom/ |
H A D | nr_loopback.c | 27 return timer_pending(&loopback_timer); in nr_loopback_running()
|
/openbmc/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()
|
/openbmc/qemu/block/ |
H A D | throttle-groups.c | 441 assert(!timer_pending(tgm->throttle_timers.timers[direction])); in throttle_group_restart_queue() 456 if (timer_pending(t)) { in throttle_group_restart_tgm() 604 assert(!timer_pending(tgm->throttle_timers.timers[dir])); in throttle_group_unregister_tgm() 647 if (timer_pending(tt->timers[dir])) { in throttle_group_detach_aio_context()
|
/openbmc/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()
|
/openbmc/linux/fs/fscache/ |
H A D | stats.c | 75 timer_pending(&fscache_cookie_lru_timer) ? in fscache_stats_show()
|
/openbmc/linux/kernel/time/ |
H A D | timer.c | 891 if (!timer_pending(timer)) in detach_if_pending() 1027 if (!(options & MOD_TIMER_NOTPENDING) && timer_pending(timer)) { in __mod_timer() 1057 if (timer_pending(timer) && (options & MOD_TIMER_REDUCE) && in __mod_timer() 1242 if (WARN_ON_ONCE(timer_pending(timer))) in add_timer() 1264 if (WARN_ON_ONCE(timer_pending(timer))) in add_timer_on() 1334 if (timer_pending(timer) || shutdown) { in __timer_delete()
|
/openbmc/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()
|
/openbmc/qemu/target/mips/sysemu/ |
H A D | cp0_timer.c | 71 if (timer_pending(env->timer) in cpu_mips_get_count()
|
/openbmc/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()
|