Searched refs:timer_pending (Results 26 - 50 of 178) sorted by relevance

12345678

/linux-master/drivers/nfc/nfcmrvl/
H A Dfw_dnld.c104 if (timer_pending(&priv->ndev->cmd_timer))
107 if (timer_pending(&priv->fw_dnld.timer))
466 if (timer_pending(&priv->ndev->cmd_timer))
/linux-master/net/nfc/hci/
H A Dllc_shdlc.c623 if (timer_pending(&shdlc->connect_timer) == 0) {
640 if (shdlc->t1_active && timer_pending(&shdlc->t1_timer) == 0) {
650 if (shdlc->t2_active && timer_pending(&shdlc->t2_timer) == 0) {
/linux-master/net/lapb/
H A Dlapb_iface.c228 if (!timer_pending(&lapb->t1timer))
233 if (!timer_pending(&lapb->t2timer))
/linux-master/net/wireless/
H A Dlib80211.c155 if (!timer_pending(&info->crypt_deinit_timer)) {
/linux-master/net/netrom/
H A Dnr_timer.c109 return timer_pending(&nr_sk(sk)->t1timer);
/linux-master/drivers/watchdog/
H A Dlpc18xx_wdt.c137 if (timer_pending(&lpc18xx_wdt->timer))
H A Dcpwd.c242 if (timer_pending(&cpwd_timer))
/linux-master/net/ipv6/
H A Daddrconf_core.c268 WARN_ON(timer_pending(&idev->rs_timer));
/linux-master/drivers/leds/flash/
H A Dleds-sgm3140.c78 *state = timer_pending(&priv->powerdown_timer);
H A Dleds-rt8515.c148 *state = timer_pending(&rt->powerdown_timer);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fence.c800 if (!timer_pending(&to_amdgpu_fence(f)->ring->fence_drv.fallback_timer))
817 if (!timer_pending(&to_amdgpu_ring(job->base.sched)->fence_drv.fallback_timer))
/linux-master/net/sctp/
H A Dchunk.c214 if (timer_pending(&asoc->timers[SCTP_EVENT_TIMEOUT_SACK]) &&
H A Dproc.c330 seq_printf(seq, "%d ", timer_pending(&tsp->hb_timer));
H A Dtransport.c187 if (!timer_pending(&transport->T3_rtx_timer))
206 if (!timer_pending(&transport->reconf_timer))
836 if (!timer_pending(&t->T3_rtx_timer)) {
/linux-master/drivers/scsi/isci/
H A Dhost.h122 bool timer_pending; member in struct:sci_port_configuration_agent
/linux-master/drivers/md/
H A Ddm-raid1.c86 unsigned long timer_pending; member in struct:mirror_set
108 clear_bit(0, &ms->timer_pending);
114 if (test_and_set_bit(0, &ms->timer_pending))
1140 ms->timer_pending = 0;
/linux-master/drivers/gpu/drm/i915/
H A Di915_utils.h365 return timer_active(t) && !timer_pending(t);
/linux-master/drivers/usb/gadget/udc/
H A Dsnps_udc_core.c1036 if (timer_pending(&udc_timer)) {
1138 if (timer_pending(&udc_timer)) {
1339 if (!timer_pending(&udc_pollstall_timer)) {
1464 if (timer_pending(&udc_timer)) {
1469 if (timer_pending(&udc_pollstall_timer))
1883 if (timer_pending(&udc_timer)) {
1888 if (timer_pending(&udc_pollstall_timer))
2043 if (set_rde != 0 && !timer_pending(&udc_timer)) {
2231 && !timer_pending(&udc_timer)) {
2512 if (!timer_pending(
[all...]
/linux-master/arch/x86/kvm/
H A Dxen.c110 if (atomic_read(&vcpu->arch.xen.timer_pending) > 0) {
121 atomic_set(&vcpu->arch.xen.timer_pending, 0);
132 if (atomic_read(&vcpu->arch.xen.timer_pending))
146 atomic_inc(&vcpu->arch.xen.timer_pending);
248 atomic_set(&vcpu->arch.xen.timer_pending, 0);
263 atomic_set(&vcpu->arch.xen.timer_pending, 0);
1189 * lurking in the timer_pending flag for deferred delivery.
1192 * timer_pending flag) and there is no need to cancel it.
/linux-master/drivers/gpu/drm/i915/gt/
H A Dmock_engine.c330 GEM_BUG_ON(timer_pending(&mock->hw_delay));
/linux-master/drivers/s390/char/
H A Dsclp_tty.c219 !timer_pending(&sclp_tty_timer)) {
/linux-master/drivers/leds/
H A Dled-core.c246 timer_pending(&led_cdev->blink_timer))
/linux-master/drivers/dma-buf/
H A Dst-dma-fence.c404 if (timer_pending(&wt.timer)) {
/linux-master/net/rxrpc/
H A Dcall_event.c473 !timer_pending(&call->timer)) {
/linux-master/drivers/accessibility/speakup/
H A Dsynth.c189 if (!timer_pending(&thread_timer))

Completed in 1440 milliseconds

12345678