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

/linux-4.1.27/arch/cris/arch-v10/kernel/
H A Dfasttimer.c294 static inline int fast_timer_pending (const struct fast_timer * t) fast_timer_pending() function
302 if (!fast_timer_pending(t)) detach_fast_timer()
487 wait_event(sleep_wait, !fast_timer_pending(&t)); schedule_usleep()
/linux-4.1.27/arch/cris/arch-v32/kernel/
H A Dfasttimer.c268 static inline int fast_timer_pending (const struct fast_timer * t) fast_timer_pending() function
276 if (!fast_timer_pending(t)) detach_fast_timer()
461 wait_event(sleep_wait, !fast_timer_pending(&t)); schedule_usleep()

Completed in 53 milliseconds