Searched refs:hrtimer_peek_ahead_timers (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
H A Dhrtimer.h283 extern void hrtimer_peek_ahead_timers(void);
303 static inline void hrtimer_peek_ahead_timers(void) { } hrtimer_peek_ahead_timers() function
/linux-4.1.27/kernel/time/
H A Dhrtimer.c1363 * local version of hrtimer_peek_ahead_timers() called with interrupts
1379 * hrtimer_peek_ahead_timers -- run soft-expired timers now
1381 * hrtimer_peek_ahead_timers will peek at the timer queue of
1387 void hrtimer_peek_ahead_timers(void) hrtimer_peek_ahead_timers() function
1398 hrtimer_peek_ahead_timers(); run_hrtimer_softirq()

Completed in 557 milliseconds