| /linux/drivers/net/wireguard/ |
| H A D | timers.c | 60 if (!timer_pending(&peer->timer_zero_key_material)) in wg_expired_retransmit_handshake() 150 if (!timer_pending(&peer->timer_new_handshake)) in wg_timers_data_sent() 160 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/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()
|
| H A D | lapb_iface.c | 228 if (!timer_pending(&lapb->t1timer)) in lapb_getparms() 233 if (!timer_pending(&lapb->t2timer)) in lapb_getparms()
|
| /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(&icsk->icsk_keepalive_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(&icsk->icsk_keepalive_timer)) { in dump_tcp6_sock()
|
| /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/fs/netfs/ |
| H A D | fscache_stats.c | 77 timer_pending(&fscache_cookie_lru_timer) ? in fscache_stats_show()
|
| /linux/net/x25/ |
| H A D | x25_timer.c | 84 if (!timer_pending(&x25->timer)) in x25_display_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 | 258 unsigned timer_pending:1; member 1312 if (!dum_hcd->timer_pending) { in dummy_urb_enqueue() 1313 dum_hcd->timer_pending = 1; in dummy_urb_enqueue() 1335 if (rc == 0 && !dum_hcd->timer_pending) { in dummy_urb_dequeue() 1336 dum_hcd->timer_pending = 1; in dummy_urb_dequeue() 1832 dum_hcd->timer_pending = 0; in dummy_timer() 2014 } else if (!dum_hcd->timer_pending && in dummy_timer() 2017 dum_hcd->timer_pending = 1; in dummy_timer() 2417 dum_hcd->timer_pending = 1; in dummy_bus_resume() 2548 dum_hcd->timer_pending = 0; in dummy_stop()
|
| /linux/net/netfilter/ |
| H A D | xt_LED.c | 52 timer_pending(&ledinternal->timer)) in led_tg()
|
| /linux/drivers/s390/char/ |
| H A D | sclp_con.c | 209 !timer_pending(&sclp_con_timer)) { in sclp_console_write()
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_crypto.c | 148 if (!timer_pending(&info->crypt_deinit_timer)) { in libipw_crypt_delayed_deinit()
|
| /linux/net/sctp/ |
| H A D | transport.c | 180 if (!timer_pending(&transport->T3_rtx_timer)) in sctp_transport_reset_t3_rtx() 199 if (!timer_pending(&transport->reconf_timer)) in sctp_transport_reset_reconf_timer() 834 if (!timer_pending(&t->T3_rtx_timer)) { in sctp_transport_immediate_rtx()
|
| H A D | chunk.c | 215 if (timer_pending(&asoc->timers[SCTP_EVENT_TIMEOUT_SACK]) && in sctp_datamsg_from_user()
|
| /linux/drivers/watchdog/ |
| H A D | lpc18xx_wdt.c | 138 if (timer_pending(&lpc18xx_wdt->timer)) in lpc18xx_wdt_start()
|
| /linux/drivers/scsi/ |
| H A D | dc395x.c | 673 if (timer_pending(&acb->waiting_timer)) in waiting_set_timer() 697 if (timer_pending(&acb->waiting_timer)) in waiting_process_next() 977 if (timer_pending(&acb->waiting_timer)) in __dc395x_eh_bus_reset() 1106 if (timer_pending(&acb->selto_timer)) 1338 if (timer_pending(&acb->selto_timer)) in dc395x_handle_interrupt() 2907 if (timer_pending(&acb->waiting_timer)) in scsi_reset_detect() 3820 if (timer_pending(&acb->waiting_timer)) in adapter_uninit() 3822 if (timer_pending(&acb->selto_timer)) in adapter_uninit() 3911 if (timer_pending(&acb->waiting_timer)) in dc395x_show_info()
|
| /linux/net/hsr/ |
| H A D | hsr_device.c | 71 if (!timer_pending(&hsr->announce_timer)) { in hsr_check_announce() 77 if (hsr->redbox && !timer_pending(&hsr->announce_proxy_timer)) in hsr_check_announce()
|
| /linux/drivers/scsi/isci/ |
| H A D | host.h | 122 bool timer_pending; member
|
| /linux/drivers/tty/ |
| H A D | vcc.c | 260 if (!timer_pending(&port->rx_timer) && !port->removed) { in vcc_kick_rx() 271 if (!timer_pending(&port->tx_timer) && !port->removed) { in vcc_kick_tx()
|
| /linux/net/bridge/ |
| H A D | br_multicast_eht.c | 216 if (RB_EMPTY_NODE(&set_h->rb_node) || timer_pending(&set_h->timer)) in br_multicast_eht_set_entry_expired() 234 if (RB_EMPTY_NODE(&eht_set->rb_node) || timer_pending(&eht_set->timer)) in br_multicast_eht_set_expired()
|
| /linux/drivers/usb/musb/ |
| H A D | mpfs.c | 174 if (time_after(last_timer, timeout) && timer_pending(&musb->dev_timer)) { in mpfs_musb_try_idle()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | mock_engine.c | 330 GEM_BUG_ON(timer_pending(&mock->hw_delay)); in mock_engine_release()
|