Home
last modified time | relevance | path

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

/arch/powerpc/oprofile/
Dop_model_cell.c171 static struct timer_list timer_spu_event_swap; variable
677 mod_timer(&timer_spu_event_swap, jiffies + HZ / 25); in spu_evnt_swap()
682 init_timer(&timer_spu_event_swap); in start_spu_event_swap()
683 timer_spu_event_swap.function = spu_evnt_swap; in start_spu_event_swap()
684 timer_spu_event_swap.data = 0UL; in start_spu_event_swap()
685 timer_spu_event_swap.expires = jiffies + HZ / 25; in start_spu_event_swap()
686 add_timer(&timer_spu_event_swap); in start_spu_event_swap()
1207 del_timer_sync(&timer_spu_event_swap); in cell_global_stop_spu_events()