Searched refs:hrtimer_active (Results 1 - 21 of 21) sorted by relevance

/linux-4.1.27/drivers/staging/android/
H A Dtimed_gpio.c54 if (!hrtimer_active(&data->timer)) gpio_get_time()
/linux-4.1.27/drivers/staging/ozwpan/
H A Dozpd.c180 if (hrtimer_active(&pd->timeout)) oz_pd_destroy()
182 if (hrtimer_active(&pd->heartbeat)) oz_pd_destroy()
252 if ((!more) && (hrtimer_active(&pd->heartbeat))) oz_pd_heartbeat()
H A Dozproto.c569 if (hrtimer_active(&pd->timeout)) { oz_timer_add()
582 if (!hrtimer_active(&pd->heartbeat)) oz_timer_add()
/linux-4.1.27/drivers/power/reset/
H A Dltc2952-poweroff.c151 if (data->kernel_panic || hrtimer_active(&data->timer_wde)) { ltc2952_poweroff_handler()
/linux-4.1.27/kernel/time/
H A Ditimer.c36 if (hrtimer_active(timer)) { itimer_get_remtime()
H A Dtick-sched.c700 if (hrtimer_active(&ts->sched_timer)) tick_nohz_stop_sched_tick()
892 if (hrtimer_active(&ts->sched_timer)) tick_nohz_restart()
1175 if (hrtimer_active(&ts->sched_timer)) tick_setup_sched_timer()
H A Dhrtimer.c1500 if (!hrtimer_active(&t->timer)) do_nanosleep()
1775 if (!hrtimer_active(&t.timer)) schedule_hrtimeout_range_clock()
H A Dposix-timers.c741 else if (!hrtimer_active(timer) && common_timer_get()
/linux-4.1.27/include/linux/
H A Dhrtimer.h395 static inline int hrtimer_active(const struct hrtimer *timer) hrtimer_active() function
/linux-4.1.27/drivers/video/fbdev/msm/
H A Dmsm_fb.c285 if (!hrtimer_active(&msmfb->fake_vsync)) { msmfb_pan_update()
/linux-4.1.27/drivers/net/usb/
H A Dcdc_ncm.c920 if (hrtimer_active(&ctx->tx_timer)) cdc_ncm_unbind()
1231 if (!(hrtimer_active(&ctx->tx_timer) || atomic_read(&ctx->stop))) cdc_ncm_tx_timeout_start()
/linux-4.1.27/kernel/sched/
H A Ddeadline.c538 return hrtimer_active(&dl_se->dl_timer); start_dl_timer()
1683 if (hrtimer_active(dl_timer)) { cancel_dl_timer()
H A Drt.c55 if (hrtimer_active(&rt_b->rt_period_timer)) start_rt_bandwidth()
617 return (hrtimer_active(&rt_b->rt_period_timer) || sched_rt_bandwidth_account()
H A Dcore.c99 if (hrtimer_active(period_timer)) start_bandwidth_timer()
334 if (hrtimer_active(&rq->hrtick_timer)) hrtick_clear()
H A Dfair.c3376 hrtimer_active(&rq_of(cfs_rq)->hrtick_timer)) entity_tick()
4059 while (unlikely(hrtimer_active(&cfs_b->period_timer)) && __start_cfs_bandwidth()
/linux-4.1.27/fs/ubifs/
H A Dio.c455 ubifs_assert(!hrtimer_active(&wbuf->timer)); new_wbuf_timer_nolock()
/linux-4.1.27/net/can/
H A Dbcm.c451 if (hrtimer_active(&op->thrtimer)) bcm_rx_update_and_send()
/linux-4.1.27/kernel/locking/
H A Drtmutex.c1187 if (!hrtimer_active(&timeout->timer)) rt_mutex_slowlock()
/linux-4.1.27/net/core/
H A Dpktgen.c2215 if (!hrtimer_active(&t.timer)) spin()
/linux-4.1.27/kernel/
H A Dfutex.c2078 if (!hrtimer_active(&timeout->timer)) futex_wait_queue_me()
/linux-4.1.27/kernel/events/
H A Dcore.c834 if (hrtimer_active(hr)) perf_cpu_hrtimer_restart()
7232 if (hrtimer_active(&cpuctx->hrtimer)) for_each_possible_cpu()

Completed in 492 milliseconds