| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/isci/ |
| H A D | port_config.c | 338 port_agent->timer_pending = false; in mpc_agent_timeout() 417 !port_agent->timer_pending) { in sci_mpc_agent_link_down() 418 port_agent->timer_pending = true; in sci_mpc_agent_link_down() 477 port_agent->timer_pending = true; in sci_apc_agent_start_timer() 673 port_agent->timer_pending = false; in apc_agent_timeout() 718 port_agent->timer_pending = false; in sci_port_configuration_agent_construct()
|
| /OK3568_Linux_fs/kernel/net/bridge/ |
| H A D | br_multicast.c | 423 !timer_pending(&src->timer)); in br_multicast_fwd_src_add() 493 if (timer_pending(&src->timer)) in br_multicast_fwd_src_handle() 538 timer_pending(&mp->timer)) in br_multicast_group_expired() 645 if (!netif_running(br->dev) || timer_pending(&pg->timer) || in br_multicast_port_group_expired() 652 if (!timer_pending(&src_ent->timer)) { in br_multicast_port_group_expired() 1075 timer_pending(&src->timer)) in br_multicast_group_src_expired() 1353 timer_pending(&port->multicast_router_timer)) in br_multicast_router_expired() 1381 timer_pending(&br->multicast_router_timer)) in br_multicast_local_router_expired() 1496 if (!other_query || timer_pending(&other_query->timer)) in br_multicast_send_query() 1565 if (!other_query || timer_pending(&other_query->timer)) in br_multicast_port_group_rexmit() [all …]
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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 | 131 return timer_pending(&cb->timer); in blk_stat_is_active()
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | WaitFor.c | 245 static inline Bool timer_pending(OsTimerPtr timer) { in timer_pending() function 310 if (timer_pending(timer)) { in TimerSet() 352 pending = timer_pending(timer); in TimerForce()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/net/ax25/ |
| H A D | ax25_timer.c | 106 return timer_pending(&ax25->t1timer); in ax25_t1timer_running() 111 if (!timer_pending(timer)) in ax25_display_timer()
|
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | transport.c | 183 if (!timer_pending(&transport->T3_rtx_timer)) in sctp_transport_reset_t3_rtx() 196 !timer_pending(&transport->hb_timer)) && in sctp_transport_reset_hb_timer() 204 if (!timer_pending(&transport->reconf_timer)) in sctp_transport_reset_reconf_timer() 678 if (!timer_pending(&t->T3_rtx_timer)) { in sctp_transport_immediate_rtx()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | sclp_con.c | 113 if (timer_pending(&sclp_con_timer)) in sclp_console_sync_queue() 213 !timer_pending(&sclp_con_timer)) { in sclp_console_write()
|
| H A D | sclp_vt220.c | 239 if (timer_pending(&sclp_vt220_timer)) in sclp_vt220_emit_current() 456 !timer_pending(&sclp_vt220_timer) && do_schedule) { in __sclp_vt220_write() 788 if (timer_pending(&sclp_vt220_timer)) in __sclp_vt220_flush_buffer()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_iter_tcp4.c | 16 static int timer_pending(const struct timer_list * timer) in timer_pending() function 107 } else if (timer_pending(&sp->sk_timer)) { in dump_tcp_sock()
|
| H A D | bpf_iter_tcp6.c | 16 static int timer_pending(const struct timer_list * timer) in timer_pending() function 107 } else if (timer_pending(&sp->sk_timer)) { in dump_tcp6_sock()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | timer.c | 844 if (!timer_pending(timer)) in detach_if_pending() 980 if (!(options & MOD_TIMER_NOTPENDING) && timer_pending(timer)) { in __mod_timer() 1002 if (timer_pending(timer) && (options & MOD_TIMER_REDUCE) && in __mod_timer() 1149 BUG_ON(timer_pending(timer)); in add_timer() 1166 BUG_ON(timer_pending(timer) || !timer->function); in add_timer_on() 1212 if (timer_pending(timer)) { in del_timer()
|
| /OK3568_Linux_fs/kernel/net/netrom/ |
| H A D | nr_loopback.c | 27 return timer_pending(&loopback_timer); in nr_loopback_running()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_osk_timers.c | 64 return 1 == timer_pending(&(tim->timer)); in _mali_osk_timer_pending()
|
| /OK3568_Linux_fs/kernel/drivers/nfc/nfcmrvl/ |
| H A D | fw_dnld.c | 117 if (timer_pending(&priv->ndev->cmd_timer)) in fw_dnld_over() 120 if (timer_pending(&priv->fw_dnld.timer)) in fw_dnld_over() 477 if (timer_pending(&priv->ndev->cmd_timer)) in nfcmrvl_fw_dnld_recv_frame()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_timer.c | 552 if (timer_pending(&timer_params->timer)) in wl_timer_dettach() 593 if (timer_pending(timer)) in wl_timer_mod() 608 if (timer_pending(timer)) in wl_timer_deregister()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/ |
| H A D | psb_lid.c | 53 if (!timer_pending(lid_timer)) { in psb_lid_timer_func()
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | cmm.c | 173 if (cmm_timed_pages > 0 && !timer_pending(&cmm_timer)) in cmm_thread() 187 if (timer_pending(&cmm_timer)) in cmm_set_timer()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/via/ |
| H A D | via_dmablit.c | 373 if (!timer_pending(&blitq->poll_timer)) in via_dmablit_handler() 376 if (timer_pending(&blitq->poll_timer)) in via_dmablit_handler() 469 if (!timer_pending(&blitq->poll_timer)) { in via_dmablit_timer()
|