Searched refs:preempt_timer (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/ |
H A D | a5xx_preempt.c | 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()
|
H A D | a5xx_gpu.h | 39 struct timer_list preempt_timer; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/ |
H A D | a5xx_preempt.c | 78 struct a5xx_gpu *a5xx_gpu = from_timer(a5xx_gpu, t, preempt_timer); in a5xx_preempt_timer() 145 mod_timer(&a5xx_gpu->preempt_timer, jiffies + msecs_to_jiffies(10000)); in a5xx_preempt_trigger() 168 del_timer(&a5xx_gpu->preempt_timer); in a5xx_preempt_irq() 301 timer_setup(&a5xx_gpu->preempt_timer, a5xx_preempt_timer, 0); in a5xx_preempt_init()
|
H A D | a5xx_gpu.h | 39 struct timer_list preempt_timer; member
|
Completed in 3 milliseconds