Searched refs:preempt_timer (Results 1 – 2 of 2) sorted by relevance
78 struct a5xx_gpu *a5xx_gpu = from_timer(a5xx_gpu, t, preempt_timer); in a5xx_preempt_timer()147 mod_timer(&a5xx_gpu->preempt_timer, jiffies + msecs_to_jiffies(10000)); in a5xx_preempt_trigger()171 del_timer(&a5xx_gpu->preempt_timer); in a5xx_preempt_irq()306 timer_setup(&a5xx_gpu->preempt_timer, a5xx_preempt_timer, 0); in a5xx_preempt_init()
39 struct timer_list preempt_timer; member