Home
last modified time | relevance | path

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

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