/linux-4.1.27/net/llc/ |
H A D | llc_proc.c | 194 llc->cause_flag, timer_pending(&llc->ack_timer.timer), llc_seq_core_show() 195 timer_pending(&llc->pf_cycle_timer.timer), llc_seq_core_show() 196 timer_pending(&llc->rej_sent_timer.timer), llc_seq_core_show() 197 timer_pending(&llc->busy_state_timer.timer), llc_seq_core_show()
|
H A D | llc_c_ac.c | 1144 if (!timer_pending(&llc->ack_timer.timer)) llc_conn_ac_start_ack_tmr_if_not_running()
|
/linux-4.1.27/net/netrom/ |
H A D | nr_loopback.c | 30 return timer_pending(&loopback_timer); nr_loopback_running()
|
H A D | nr_timer.c | 113 return timer_pending(&nr_sk(sk)->t1timer); nr_t1timer_running()
|
/linux-4.1.27/drivers/isdn/hisax/ |
H A D | fsm.c | 131 if (timer_pending(&ft->tl)) { FsmAddTimer() 155 if (timer_pending(&ft->tl)) FsmRestartTimer()
|
H A D | hfc_usb.c | 389 if (timer_pending(&hfc->t3_timer)) s0_state_handler() 394 if (timer_pending(&hfc->t4_timer)) s0_state_handler() 408 if (!timer_pending(&hfc->t4_timer)) { s0_state_handler() 1037 if (!timer_pending hfc_usb_l2l1() 1539 if (timer_pending(&context->t3_timer)) hfc_usb_disconnect() 1541 if (timer_pending(&context->t4_timer)) hfc_usb_disconnect()
|
H A D | isdnl3.c | 187 if (timer_pending(&t->tl)) { L3AddTimer()
|
H A D | hfc4s8s_l1.c | 1059 ((timer_pending hfc4s8s_bh()
|
/linux-4.1.27/drivers/isdn/mISDN/ |
H A D | fsm.c | 146 if (timer_pending(&ft->tl)) { mISDN_FsmAddTimer() 175 if (timer_pending(&ft->tl)) mISDN_FsmRestartTimer()
|
H A D | dsp_tones.c | 508 if (dsp->features.hfc_loops && timer_pending(&tonet->tl)) dsp_tone() 542 if (timer_pending(&tonet->tl)) dsp_tone()
|
H A D | dsp_core.c | 931 if (timer_pending(&dsp->tone.tl)) dsp_function() 979 if (timer_pending(&dsp->tone.tl)) dsp_ctrl()
|
H A D | l1oip_core.c | 1249 if (timer_pending(&hc->keep_tl)) release_card() 1252 if (timer_pending(&hc->timeout_tl)) release_card()
|
/linux-4.1.27/block/ |
H A D | blk-timeout.c | 220 if (!timer_pending(&q->timeout) || blk_add_timer() 231 if (!timer_pending(&q->timeout) || (diff >= HZ / 2)) blk_add_timer()
|
H A D | cfq-iosched.c | 3101 if (timer_pending(&cfqd->idle_slice_timer)) { cfq_select_queue()
|
/linux-4.1.27/net/ax25/ |
H A D | ax25_timer.c | 110 return timer_pending(&ax25->t1timer); ax25_t1timer_running() 115 if (!timer_pending(timer)) ax25_display_timer()
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
H A D | psb_lid.c | 65 if (!timer_pending(lid_timer)) { psb_lid_timer_func()
|
/linux-4.1.27/net/rose/ |
H A D | rose_loopback.c | 32 return timer_pending(&loopback_timer); rose_loopback_running()
|
H A D | rose_link.c | 73 return timer_pending(&neigh->ftimer); rose_ftimer_running() 78 return timer_pending(&neigh->t0timer); rose_t0timer_running()
|
/linux-4.1.27/drivers/net/wireless/cw1200/ |
H A D | pm.c | 121 if (!timer_pending(&pm->stay_awake) || cur_tmo < (long)tmo) cw1200_pm_stay_awake() 169 ret = timer_pending(&pm_state->stay_awake); cw1200_wow_suspend() 258 ret = timer_pending(&priv->mcast_timeout); cw1200_wow_suspend()
|
/linux-4.1.27/include/linux/ |
H A D | timer.h | 160 * timer_pending - is a timer pending? 163 * timer_pending will tell whether a given timer is currently pending, 169 static inline int timer_pending(const struct timer_list * timer) timer_pending() function
|
/linux-4.1.27/arch/s390/mm/ |
H A D | cmm.c | 174 if (cmm_timed_pages > 0 && !timer_pending(&cmm_timer)) cmm_thread() 188 if (timer_pending(&cmm_timer)) cmm_set_timer() 192 if (timer_pending(&cmm_timer)) { cmm_set_timer()
|
/linux-4.1.27/net/bridge/ |
H A D | br_multicast.c | 232 if (!netif_running(br->dev) || timer_pending(&mp->timer)) br_multicast_group_expired() 292 if (!netif_running(br->dev) || timer_pending(&pg->timer) || br_multicast_port_group_expired() 750 timer_pending(&port->multicast_router_timer) || br_multicast_router_expired() 851 if (!other_query || timer_pending(&other_query->timer)) br_multicast_send_query() 1087 if (!timer_pending(&br->ip4_own_query.timer) && br_ip4_multicast_select_querier() 1088 !timer_pending(&br->ip4_other_query.timer)) br_ip4_multicast_select_querier() 1113 if (!timer_pending(&br->ip6_own_query.timer) && br_ip6_multicast_select_querier() 1114 !timer_pending(&br->ip6_other_query.timer)) br_ip6_multicast_select_querier() 1153 if (!timer_pending(&query->timer)) br_multicast_update_query_timer() 1288 (timer_pending(&mp->timer) ? br_ip4_multicast_query() 1296 if (timer_pending(&p->timer) ? br_ip4_multicast_query() 1385 (timer_pending(&mp->timer) ? br_ip6_multicast_query() 1393 if (timer_pending(&p->timer) ? br_ip6_multicast_query() 1421 timer_pending(&other_query->timer)) br_multicast_leave_group() 1444 (timer_pending(&p->timer) ? br_multicast_leave_group() 1482 (timer_pending(&mp->timer) ? br_multicast_leave_group() 1498 (timer_pending(&p->timer) ? br_multicast_leave_group() 2099 if (!timer_pending(&br->ip4_other_query.timer)) br_multicast_set_querier() 2105 if (!timer_pending(&br->ip6_other_query.timer)) br_multicast_set_querier() 2281 if (!timer_pending(&br->ip4_other_query.timer) || br_multicast_has_querier_adjacent() 2287 if (!timer_pending(&br->ip6_other_query.timer) || br_multicast_has_querier_adjacent()
|
H A D | br_stp_timer.c | 174 return timer_pending(timer) br_timer_value()
|
H A D | br_mdb.c | 423 if (timer_pending(&br->ip4_other_query.timer)) __br_mdb_del() 429 if (timer_pending(&br->ip6_other_query.timer)) __br_mdb_del()
|
H A D | br_private.h | 497 timer_pending(&br->multicast_router_timer)); br_multicast_is_router() 505 (br->multicast_querier || timer_pending(&querier->timer)); __br_multicast_querier_exists()
|
H A D | br_stp.c | 179 if (timer_pending(&p->hold_timer)) { br_transmit_config()
|
/linux-4.1.27/drivers/leds/ |
H A D | led-core.c | 94 timer_pending(&led_cdev->blink_timer)) led_blink_set_oneshot()
|
/linux-4.1.27/net/ipv6/ |
H A D | addrconf_core.c | 152 WARN_ON(timer_pending(&idev->rs_timer)); in6_dev_finish_destroy()
|
H A D | ip6_flowlabel.c | 123 if (!timer_pending(&ip6_fl_gc_timer) || fl_release()
|
H A D | ip6_fib.c | 882 if (!timer_pending(&net->ipv6.ip6_fib_timer) && fib6_start_gc() 890 if (!timer_pending(&net->ipv6.ip6_fib_timer)) fib6_force_start_gc()
|
H A D | tcp_ipv6.c | 1700 } else if (timer_pending(&sp->sk_timer)) { get_tcp6_sock()
|
H A D | addrconf.c | 281 if (!timer_pending(&idev->rs_timer)) addrconf_mod_rs_timer()
|
/linux-4.1.27/net/lapb/ |
H A D | lapb_timer.c | 75 return timer_pending(&lapb->t1timer); lapb_t1timer_running()
|
H A D | lapb_iface.c | 217 if (!timer_pending(&lapb->t1timer)) lapb_getparms() 222 if (!timer_pending(&lapb->t2timer)) lapb_getparms()
|
/linux-4.1.27/net/x25/ |
H A D | x25_timer.c | 90 if (!timer_pending(&x25->timer)) x25_display_timer()
|
H A D | x25_link.c | 68 return timer_pending(&nb->t20timer); x25_t20timer_pending()
|
/linux-4.1.27/drivers/s390/char/ |
H A D | sclp_con.c | 112 if (timer_pending(&sclp_con_timer)) sclp_console_sync_queue() 212 !timer_pending(&sclp_con_timer)) { sclp_console_write()
|
H A D | sclp_vt220.c | 236 if (timer_pending(&sclp_vt220_timer)) sclp_vt220_emit_current() 453 !timer_pending(&sclp_vt220_timer) && do_schedule) { __sclp_vt220_write() 739 if (timer_pending(&sclp_vt220_timer)) __sclp_vt220_flush_buffer()
|
H A D | sclp.c | 395 if (!timer_pending(&sclp_queue_timer) || sclp_add_request() 567 if (timer_pending(&sclp_request_timer)) { sclp_sync_wait() 590 if (timer_pending(&sclp_request_timer) && sclp_sync_wait()
|
H A D | con3270.c | 500 if (cp->view.dev && !timer_pending(&cp->timer)) con3270_write()
|
H A D | sclp_tty.c | 220 !timer_pending(&sclp_tty_timer)) { sclp_tty_write_string()
|
H A D | tty3270.c | 1653 if (!timer_pending(&tp->timer)) tty3270_do_write()
|
/linux-4.1.27/drivers/nfc/st21nfcb/ |
H A D | ndlc.c | 200 if (ndlc->t1_active && timer_pending(&ndlc->t1_timer) == 0) { llt_ndlc_sm_work() 209 if (ndlc->t2_active && timer_pending(&ndlc->t2_timer) == 0) { llt_ndlc_sm_work()
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
H A D | rtllib_crypt.c | 95 if (!timer_pending(&info->crypt_deinit_timer)) { rtllib_crypt_delayed_deinit()
|
H A D | rtl819x_TSProc.c | 433 if (timer_pending(&pRxTS->RxPktPendingTimer)) RemoveTsEntry()
|
H A D | rtllib_rx.c | 705 if (timer_pending(&pTS->RxPktPendingTimer)) RxReorderIndicatePacket()
|
H A D | rtllib_softmac.c | 1477 if (!timer_pending(&ieee->associate_timer)) { rtllib_associate_step1()
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_crypt.c | 95 if (!timer_pending(&ieee->crypt_deinit_timer)) { ieee80211_crypt_delayed_deinit()
|
H A D | rtl819x_TSProc.c | 467 if(timer_pending(&pRxTS->RxPktPendingTimer)) RemoveTsEntry()
|
H A D | ieee80211_softmac.c | 382 // if(!timer_pending(&ieee->beacon_timer)) ieee80211_send_beacon() 1276 if (!timer_pending(&ieee->associate_timer)) { ieee80211_associate_step1()
|
H A D | ieee80211_rx.c | 760 if(timer_pending(&pTS->RxPktPendingTimer)) RxReorderIndicatePacket()
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/ |
H A D | linux-prim.c | 107 return timer_pending(t); cfs_timer_is_armed()
|
/linux-4.1.27/net/netfilter/ |
H A D | xt_LED.c | 67 timer_pending(&ledinternal->timer)) led_tg()
|
H A D | nf_conntrack_expect.c | 50 NF_CT_ASSERT(!timer_pending(&exp->timeout)); nf_ct_unlink_expect_report() 534 seq_printf(s, "%ld ", timer_pending(&expect->timeout) exp_seq_show()
|
H A D | xt_conntrack.c | 238 if (timer_pending(&ct->timeout)) conntrack_mt()
|
H A D | nf_conntrack_standalone.c | 196 timer_pending(&ct->timeout) ct_seq_show()
|
H A D | nfnetlink_log.c | 724 /* timer_pending always called within inst->lock, so there nfulnl_log_packet() 726 else if (!timer_pending(&inst->timer)) { nfulnl_log_packet()
|
H A D | nf_conntrack_core.c | 299 NF_CT_ASSERT(!timer_pending(&ct->timeout)); destroy_conntrack()
|
/linux-4.1.27/net/wireless/ |
H A D | lib80211.c | 155 if (!timer_pending(&info->crypt_deinit_timer)) { lib80211_crypt_delayed_deinit()
|
/linux-4.1.27/net/ipv4/netfilter/ |
H A D | nf_conntrack_l3proto_ipv4_compat.c | 144 timer_pending(&ct->timeout) ct_seq_show() 292 seq_printf(s, "%ld ", timer_pending(&exp->timeout) exp_seq_show()
|
/linux-4.1.27/drivers/scsi/isci/ |
H A D | port_config.c | 339 port_agent->timer_pending = false; mpc_agent_timeout() 418 !port_agent->timer_pending) { sci_mpc_agent_link_down() 419 port_agent->timer_pending = true; sci_mpc_agent_link_down() 478 port_agent->timer_pending = true; sci_apc_agent_start_timer() 674 port_agent->timer_pending = false; apc_agent_timeout() 719 port_agent->timer_pending = false; sci_port_configuration_agent_construct()
|
H A D | host.h | 122 bool timer_pending; member in struct:sci_port_configuration_agent
|
/linux-4.1.27/drivers/gpu/drm/via/ |
H A D | via_dmablit.c | 376 if (!timer_pending(&blitq->poll_timer)) via_dmablit_handler() 379 if (timer_pending(&blitq->poll_timer)) via_dmablit_handler() 472 if (!timer_pending(&blitq->poll_timer)) { via_dmablit_timer()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
H A D | amd5536udc.c | 1037 if (timer_pending(&udc_timer)) { udc_set_rde() 1139 if (timer_pending(&udc_timer)) { udc_queue() 1339 if (!timer_pending(&udc_pollstall_timer)) { udc_set_halt() 1471 if (timer_pending(&udc_timer)) { udc_basic_init() 1476 if (timer_pending(&udc_pollstall_timer)) udc_basic_init() 1871 if (timer_pending(&udc_timer)) { activate_control_endpoints() 1876 if (timer_pending(&udc_pollstall_timer)) activate_control_endpoints() 2032 if (set_rde != 0 && !timer_pending(&udc_timer)) { udc_ep0_set_rde() 2220 && !timer_pending(&udc_timer)) { udc_data_out_isr() 2507 if (!timer_pending(&udc_timer)) { 3029 if (timer_pending(&udc_timer)) udc_remove() 3035 if (timer_pending(&udc_pollstall_timer)) udc_remove()
|
H A D | at91_udc.c | 1533 if (!timer_pending(&udc->vbus_timer)) at91_vbus_timer_work()
|
H A D | dummy_hcd.c | 1186 if (!timer_pending(&dum_hcd->timer)) dummy_urb_enqueue()
|
/linux-4.1.27/net/nfc/hci/ |
H A D | llc_shdlc.c | 645 if (timer_pending(&shdlc->connect_timer) == 0) { llc_shdlc_sm_work() 662 if (shdlc->t1_active && timer_pending(&shdlc->t1_timer) == 0) { llc_shdlc_sm_work() 673 if (shdlc->t2_active && timer_pending(&shdlc->t2_timer) == 0) { llc_shdlc_sm_work()
|
H A D | core.c | 88 if (timer_pending(&hdev->cmd_timer) == 0) { nfc_hci_msg_tx_work()
|
/linux-4.1.27/drivers/md/ |
H A D | dm-delay.c | 58 if (!timer_pending(&dc->delay_timer) || expires < dc->delay_timer.expires) queue_timeout()
|
H A D | dm-raid1.c | 77 unsigned long timer_pending; member in struct:mirror_set 99 clear_bit(0, &ms->timer_pending); delayed_wake_fn() 105 if (test_and_set_bit(0, &ms->timer_pending)) delayed_wake() 1100 ms->timer_pending = 0; mirror_ctr()
|
/linux-4.1.27/drivers/s390/cio/ |
H A D | eadm_sch.c | 123 if (timer_pending(&private->timer)) { eadm_subchannel_set_timeout()
|
H A D | qdio_main.c | 874 if (!timer_pending(&q->u.out.timer)) __qdio_outbound_processing() 1591 if (!timer_pending(&q->u.out.timer)) handle_outbound()
|
H A D | device.c | 1300 if (!timer_pending(&recovery_timer)) { recovery_work_func() 1328 if (!timer_pending(&recovery_timer) || (recovery_phase != 0)) { ccw_device_schedule_recovery()
|
H A D | device_fsm.c | 117 if (timer_pending(&cdev->private->timer)) { ccw_device_set_timeout()
|
/linux-4.1.27/net/core/ |
H A D | drop_monitor.c | 176 if (!timer_pending(&data->send_timer)) { trace_drop_common()
|
/linux-4.1.27/kernel/time/ |
H A D | timer.c | 725 if (!timer_pending(timer)) detach_if_pending() 904 if (timer_pending(timer) && timer->expires == expires) mod_timer() 932 if (timer->expires == expires && timer_pending(timer)) mod_timer_pinned() 955 BUG_ON(timer_pending(timer)); add_timer() 973 BUG_ON(timer_pending(timer) || !timer->function); add_timer_on() 1002 if (timer_pending(timer)) { del_timer()
|
/linux-4.1.27/drivers/block/rsxx/ |
H A D | cregs.c | 345 if (timer_pending(&card->creg_ctrl.cmd_timer)) creg_reset() 777 if (timer_pending(&card->creg_ctrl.cmd_timer)) rsxx_creg_destroy()
|
H A D | dma.c | 1016 if (timer_pending(&ctrl->activity_timer)) rsxx_dma_destroy()
|
/linux-4.1.27/drivers/usb/phy/ |
H A D | phy-mv-usb.c | 115 if (timer_pending(timer)) mv_otg_cancel_timer() 131 if (timer_pending(timer)) { mv_otg_set_timer()
|
/linux-4.1.27/net/sctp/ |
H A D | transport.c | 198 if (!timer_pending(&transport->T3_rtx_timer)) sctp_transport_reset_timers() 652 if (!timer_pending(&t->T3_rtx_timer)) { sctp_transport_immediate_rtx()
|
H A D | chunk.c | 228 if (timer_pending(&asoc->timers[SCTP_EVENT_TIMEOUT_SACK]) && sctp_datamsg_from_user()
|
H A D | proc.c | 476 seq_printf(seq, "%d ", timer_pending(&tsp->hb_timer)); sctp_remaddr_seq_show()
|
H A D | input.c | 446 if (timer_pending(&t->proto_unreach_timer)) sctp_icmp_proto_unreachable()
|
H A D | output.c | 241 if (timer_pending(timer)) { sctp_packet_bundle_sack()
|
H A D | protocol.c | 735 if (!timer_pending(&net->sctp.addr_wq_timer)) { sctp_addr_wq_mgmt()
|
H A D | sm_sideeffect.c | 1484 if (timer_pending(timer)) sctp_cmd_interpreter()
|
H A D | associola.c | 562 if (!timer_pending(&active->T3_rtx_timer)) sctp_assoc_rm_peer()
|
/linux-4.1.27/drivers/media/pci/ttpci/ |
H A D | av7110_ir.c | 158 if (timer_pending(&ir->keyup_timer)) { av7110_emit_key()
|
/linux-4.1.27/drivers/staging/speakup/ |
H A D | synth.c | 209 if (!timer_pending(&thread_timer)) synth_start()
|
/linux-4.1.27/drivers/net/usb/ |
H A D | usbnet.c | 607 if (!timer_pending (&dev->delay)) { rx_complete() 1215 if (!timer_pending (&dev->delay)) { tx_complete() 1490 !timer_pending (&dev->delay) && usbnet_bh() 1840 !timer_pending(&dev->delay) && usbnet_resume()
|
/linux-4.1.27/drivers/scsi/ |
H A D | dc395x.c | 858 if (timer_pending(&acb->waiting_timer)) waiting_set_timer() 885 if (timer_pending(&acb->waiting_timer)) waiting_process_next() 1307 if (timer_pending(&acb->waiting_timer)) __dc395x_eh_bus_reset() 1460 if (timer_pending(&acb->selto_timer)) 1723 if (timer_pending(&acb->selto_timer)) dc395x_handle_interrupt() 3644 if (timer_pending(&acb->waiting_timer)) scsi_reset_detect() 4595 if (timer_pending(&acb->waiting_timer)) adapter_uninit() 4597 if (timer_pending(&acb->selto_timer)) adapter_uninit() 4692 if (timer_pending(&acb->waiting_timer)) dc395x_show_info()
|
H A D | pmcraid.c | 1972 if (!timer_pending(&cmd->timer)) pmcraid_soft_reset()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
H A D | llite_capa.c | 76 !timer_pending(&ll_capa_timer)) { update_capa_timer()
|
/linux-4.1.27/drivers/input/touchscreen/ |
H A D | ad7879.c | 198 if (timer_pending(&ts->timer)) { ad7879_report()
|
H A D | ad7877.c | 365 if (!timer_pending(&ts->timer)) ad7877_process_data()
|
/linux-4.1.27/drivers/usb/musb/ |
H A D | am35x.c | 204 if (time_after(last_timer, timeout) && timer_pending(&otg_workaround)) { am35x_musb_try_idle()
|
H A D | da8xx.c | 276 if (time_after(last_timer, timeout) && timer_pending(&otg_workaround)) { da8xx_musb_try_idle()
|
H A D | omap2430.c | 128 if (!timer_pending(&musb_idle_timer)) omap2430_musb_try_idle()
|
H A D | musb_dsps.c | 196 timer_pending(&glue->timer)) { dsps_musb_try_idle()
|
H A D | tusb6010.c | 532 if (!timer_pending(&musb_idle_timer)) tusb_musb_try_idle()
|
/linux-4.1.27/drivers/watchdog/ |
H A D | cpwd.c | 241 if (timer_pending(&cpwd_timer)) cpwd_brokentimer()
|
/linux-4.1.27/drivers/net/xen-netback/ |
H A D | xenbus.c | 108 "Credit timer_pending: %d, credit: %lu, usec: %lu\n" xenvif_read_io_ring() 112 timer_pending(&queue->credit_timeout), xenvif_read_io_ring()
|
H A D | netback.c | 1155 if (timer_pending(&queue->credit_timeout)) tx_credit_exceeded()
|
/linux-4.1.27/drivers/xen/ |
H A D | grant-table.c | 349 if (!list_empty(&deferred_list) && !timer_pending(&deferred_timer)) { gnttab_handle_deferred() 371 if (!timer_pending(&deferred_timer)) { gnttab_add_deferred()
|
/linux-4.1.27/drivers/atm/ |
H A D | idt77252.c | 1637 if (timer_pending(&card->tst_timer)) __fill_tst() 1667 if (!timer_pending(&card->tst_timer)) fill_tst() 1687 if (timer_pending(&card->tst_timer)) __clear_tst() 1710 if (!timer_pending(&card->tst_timer)) clear_tst() 1730 if (!timer_pending(&card->tst_timer)) change_tst()
|
/linux-4.1.27/drivers/net/can/sja1000/ |
H A D | peak_pcmcia.c | 170 if (!timer_pending(&card->led_timer)) pcan_start_led_timer()
|
/linux-4.1.27/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb.c | 291 if (timer_pending(&pdev->restart_timer)) pcan_usb_restart_async()
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
H A D | interrupt.c | 353 /* Think: timer_pending() was an explicit signature of bug. tulip_poll()
|
/linux-4.1.27/drivers/dma/ioat/ |
H A D | dma_v2.c | 735 && timer_pending(&chan->timer)) { ioat2_check_space_lock()
|
/linux-4.1.27/fs/ncpfs/ |
H A D | sock.c | 476 if (!timer_pending(&server->timeout_tm)) { __ncpdgram_timeout_proc()
|
/linux-4.1.27/net/sched/ |
H A D | sch_generic.c | 955 WARN_ON(timer_pending(&dev->watchdog_timer)); dev_shutdown()
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_dm.c | 2656 if (timer_pending(&priv->fsync_timer)) dm_fsync_timer_callback() 2663 if (timer_pending(&priv->fsync_timer)) dm_fsync_timer_callback() 2754 if (timer_pending(&priv->fsync_timer)) dm_StartSWFsync()
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
H A D | r8192U_dm.c | 2765 if (timer_pending(&priv->fsync_timer)) dm_fsync_timer_callback() 2770 if (timer_pending(&priv->fsync_timer)) dm_fsync_timer_callback() 2843 if (timer_pending(&priv->fsync_timer)) dm_StartSWFsync()
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
H A D | hfcpci.c | 2344 if (timer_pending(&hfc_tl)) HFC_init() 2354 if (timer_pending(&hfc_tl)) HFC_cleanup()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
H A D | iwch_cm.c | 116 if (timer_pending(&ep->timer)) { start_ep_timer() 130 if (!timer_pending(&ep->timer)) { stop_ep_timer()
|
/linux-4.1.27/drivers/usb/host/ |
H A D | r8a66597-hcd.c | 1748 if (timer_pending(&r8a66597->interval_timer[pipenum])) r8a66597_interval_timer() 1771 if (timer_pending(&r8a66597->td_timer[pipenum])) r8a66597_td_timer()
|
H A D | ohci-hcd.c | 232 if (!timer_pending(&ohci->io_watchdog) && ohci_urb_enqueue()
|
H A D | isp116x-hcd.c | 917 if (timer_pending(&hcd->rh_timer)) isp116x_hub_status_data()
|
H A D | sl811-hcd.c | 1072 if (!timer_pending(&sl811->timer)) { sl811h_hub_status_data()
|
H A D | isp1362-hcd.c | 1504 if (timer_pending(&hcd->rh_timer)) isp1362_hub_status_data()
|
H A D | oxu210hp-hcd.c | 298 && timer_pending(&oxu->watchdog)) timer_action()
|
H A D | xhci-ring.c | 3851 !timer_pending(&xhci->cmd_timer)) { queue_command()
|
/linux-4.1.27/fs/ocfs2/cluster/ |
H A D | tcp.c | 395 BUG_ON(timer_pending(&sc->sc_idle_timeout)); sc_kref_release() 1586 if (timer_pending(&sc->sc_idle_timeout)) o2net_sc_postpone_idle()
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
H A D | saa7134-input.c | 1050 if (!timer_pending(&ir->timer)) { saa7134_raw_decode_irq()
|
/linux-4.1.27/drivers/scsi/fcoe/ |
H A D | fcoe_transport.c | 419 if (port->fcoe_pending_queue.qlen && !timer_pending(&port->timer)) fcoe_check_wait_queue()
|
H A D | fcoe_ctlr.c | 1124 if (!timer_pending(&fip->timer) || fcoe_ctlr_recv_adv()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | intel_uncore.c | 291 if (timer_pending(&domain->timer)) for_each_fw_domain()
|
/linux-4.1.27/drivers/infiniband/hw/nes/ |
H A D | nes_cm.c | 889 if (!timer_pending(&cm_core->tcp_timer)) schedule_nes_timer() 1108 if (!timer_pending(&cm_core->tcp_timer)) nes_cm_timer_tick() 1506 if (!timer_pending(&cm_core->tcp_timer)) mini_cm_accelerated() 2877 if (timer_pending(&cm_core->tcp_timer)) mini_cm_dealloc_core()
|
/linux-4.1.27/drivers/input/serio/ |
H A D | hil_mlc.c | 792 if (!timer_pending(&hil_mlcs_kicker)) hil_mlcs_timer()
|
/linux-4.1.27/drivers/block/ |
H A D | xsysace.c | 524 if (!timer_pending(&ace->stall_timer)) ace_fsm_dostate()
|
H A D | ataflop.c | 1295 if (timer_pending(&fd_timer) && time_before(fd_timer.expires, jiffies + 5)) finish_fdc_done()
|
H A D | floppy.c | 4536 if (timer_pending(motor_off_timer + drive)) floppy_release_irq_and_dma()
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
H A D | low_i2c.c | 374 if (timer_pending(&host->timeout_timer)) kw_i2c_timeout()
|
/linux-4.1.27/net/dccp/ |
H A D | proto.c | 796 if (!timer_pending(&dp->dccps_xmit_timer)) dccp_sendmsg()
|
/linux-4.1.27/net/ipv4/ |
H A D | inet_connection_sock.c | 588 if (timer_pending(&req->rsk_timer) && del_timer_sync(&req->rsk_timer)) reqsk_queue_unlink()
|
H A D | inet_diag.c | 193 } else if (timer_pending(&sk->sk_timer)) { inet_sk_diag_fill()
|
H A D | tcp_ipv4.c | 2209 } else if (timer_pending(&sk->sk_timer)) { get_tcp4_sock()
|
/linux-4.1.27/net/mac80211/ |
H A D | status.c | 144 if (!timer_pending(&local->sta_cleanup)) ieee80211_handle_filtered_frame()
|
H A D | tx.c | 523 if (!timer_pending(&local->sta_cleanup)) ieee80211_tx_h_unicast_ps_buf()
|
H A D | mlme.c | 111 if (!timer_pending(&sdata->u.mgd.timer) || run_again()
|
/linux-4.1.27/net/netfilter/ipvs/ |
H A D | ip_vs_conn.c | 863 if (timer_pending(&cp->timer) && ip_vs_conn_expire_now()
|
/linux-4.1.27/net/nfc/ |
H A D | core.c | 983 if (dev->active_target && timer_pending(&dev->check_pres_timer) == 0) { nfc_check_pres_work()
|
/linux-4.1.27/net/rxrpc/ |
H A D | ar-ack.c | 154 if (!timer_pending(&call->ack_timer) || __rxrpc_propose_ACK()
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
H A D | hostap_hw.c | 3330 if (timer_pending(&local->passive_scan_timer)) prism2_free_local_data() 3333 if (timer_pending(&local->tick_timer)) prism2_free_local_data()
|
H A D | hostap_ioctl.c | 2568 if (timer_pending(&local->passive_scan_timer)) prism2_ioctl_priv_prism2_param()
|
/linux-4.1.27/drivers/net/wireless/orinoco/ |
H A D | orinoco_usb.c | 306 BUG_ON(timer_pending(&ctx->timer)); ezusb_request_context_put()
|
/linux-4.1.27/kernel/rcu/ |
H A D | rcutorture.c | 1119 if (!timer_pending(&t)) rcu_torture_reader()
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-hdw.c | 4269 if (timer_pending(&hdw->encoder_wait_timer)) { state_eval_encoder_config() 4284 if (!timer_pending(&hdw->encoder_wait_timer)) { state_eval_encoder_config() 4496 if (!timer_pending(&hdw->quiescent_timer)) { state_eval_decoder_run()
|
/linux-4.1.27/drivers/net/can/ |
H A D | grcan.c | 1313 if (!timer_pending(&priv->hang_timer)) grcan_txbug_workaround()
|
/linux-4.1.27/drivers/net/ |
H A D | tun.c | 359 if (!timer_pending(&tun->flow_gc_timer)) tun_flow_update()
|
/linux-4.1.27/drivers/net/wireless/ |
H A D | at76c50x-usb.c | 540 if (!timer_pending(&ledtrig_tx_timer)) at76_ledtrig_tx_activity()
|
/linux-4.1.27/drivers/media/usb/usbvision/ |
H A D | usbvision-core.c | 2208 if (timer_pending(&usbvision->power_off_timer)) usbvision_reset_power_off_timer()
|
/linux-4.1.27/drivers/s390/crypto/ |
H A D | ap_bus.c | 1109 if (!timer_pending(&ap_config_timer) || ap_config_time_store()
|
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/ |
H A D | mce.c | 1286 if (timer_pending(t)) { __restart_timer()
|
/linux-4.1.27/drivers/ata/ |
H A D | libahci.c | 895 if (!timer_pending(&emp->timer)) ahci_sw_activity()
|
/linux-4.1.27/drivers/tty/ |
H A D | moxa.c | 887 if (!timer_pending(&moxaTimer)) moxa_init_board()
|
H A D | cyclades.c | 997 !timer_pending(&cyz_rx_full_timer[ cyz_handle_rx() 3170 if (cy_is_Z(cinfo) && !timer_pending(&cyz_timerlist)) { cy_init_card()
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
H A D | hfa384x_usb.c | 3174 !timer_pending(&hw->throttle)) { hfa384x_usbin_callback() 3711 !timer_pending(&hw->throttle)) { hfa384x_usbout_callback()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
H A D | sungem.c | 300 if (!timer_pending(&gp->link_timer)) gem_pcs_interrupt()
|
H A D | cassini.c | 2241 if (!timer_pending(&cp->link_timer)) cas_post_rxds_ringN()
|
/linux-4.1.27/drivers/char/ipmi/ |
H A D | ipmi_si_intf.c | 243 /* This flag is set, if the timer is running (timer_pending() isn't enough) */
|
H A D | ipmi_msghandler.c | 4199 if (!timer_pending(&ipmi_timer)) need_waiter()
|
/linux-4.1.27/kernel/ |
H A D | workqueue.c | 1488 WARN_ON_ONCE(timer_pending(timer)); __queue_delayed_work() 1610 if (too_many_workers(pool) && !timer_pending(&pool->idle_timer)) worker_enter_idle()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
H A D | cm.c | 166 if (timer_pending(&ep->timer)) { start_ep_timer()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
H A D | wmi.c | 1163 !timer_pending(&vif->sched_scan_timer)) { ath6kl_wmi_bssinfo_event_rx()
|
/linux-4.1.27/drivers/scsi/ibmvscsi/ |
H A D | ibmvfc.c | 3767 if (timer_pending(&tgt->timer)) ibmvfc_tgt_adisc()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | cfg80211.c | 697 if (timer_pending(&cfg->escan_timeout)) brcmf_notify_escan_complete()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_hbadisc.c | 4326 if (!timer_pending(&vport->fc_disctmo)) { lpfc_set_disctmo()
|
H A D | lpfc_els.c | 3391 if (timer_pending(&vport->fc_disctmo) || lpfc_els_retry()
|