Searched refs:__spu_timers_handled (Results 1 – 5 of 5) sorted by relevance
198 active->next = __spu_timers_handled; in spu_clock_slih()199 __spu_timers_handled = active; in spu_clock_slih()206 while ((handled = __spu_timers_handled) != NULL) in spu_clock_slih()208 __spu_timers_handled = handled->next; in spu_clock_slih()
65 ? __spu_timers_active : __spu_timers_handled; in spu_timer_stop()68 ? &__spu_timers_active : &__spu_timers_handled; in spu_timer_stop()
52 if (__spu_clock_startcnt == 1 && (__spu_timers_active || __spu_timers_handled)) in spu_clock_stop()
47 spu_timer_t *__spu_timers_handled; variable
114 extern spu_timer_t *__spu_timers_handled;