Home
last modified time | relevance | path

Searched refs:hrtimer_is_queued (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Dhrtimer.h309 static inline bool hrtimer_is_queued(struct hrtimer *timer) in hrtimer_is_queued() function
338 if (WARN_ON_ONCE(hrtimer_is_queued(timer))) in hrtimer_update_function()
/linux/kernel/time/
H A Dntp.c643 if (!ntp_synced() || hrtimer_is_queued(&sync_hrtimer)) in sync_hw_clock()
683 if (ntp_synced() && !hrtimer_is_queued(&sync_hrtimer)) in ntp_notify_cmos_timer()
H A Ditimer.c165 if (!hrtimer_is_queued(tmr) && tsk->signal->it_real_incr != 0) { in posixtimer_rearm_itimer()
/linux/net/wireless/
H A Dcore.c1858 return hrtimer_is_queued(&hrwork->timer); in wiphy_hrtimer_work_pending()
/linux/kernel/sched/
H A Ddeadline.c1117 if (!hrtimer_is_queued(timer)) { in start_dl_timer()
/linux/net/sched/
H A Dsch_api.c642 if (hrtimer_is_queued(&wd->timer)) { in qdisc_watchdog_schedule_range_ns()
/linux/net/ipv4/
H A Dtcp_output.c2741 if (!hrtimer_is_queued(&tp->pacing_timer)) { in tcp_pacing_check()
H A Dtcp_input.c5954 if (hrtimer_is_queued(&tp->compressed_ack_timer)) in __tcp_ack_snd_check()