Searched refs:hangcheck (Results 1 – 5 of 5) sorted by relevance
45 mod_timer(&vc4->hangcheck.timer, in vc4_queue_hangcheck()319 container_of(work, struct vc4_dev, hangcheck.reset_work); in vc4_reset_work()329 struct vc4_dev *vc4 = timer_container_of(vc4, t, hangcheck.timer); in vc4_hangcheck_elapsed()369 schedule_work(&vc4->hangcheck.reset_work); in vc4_hangcheck_elapsed()1172 INIT_WORK(&vc4->hangcheck.reset_work, vc4_reset_work); in vc4_gem_init()1173 timer_setup(&vc4->hangcheck.timer, vc4_hangcheck_elapsed, 0); in vc4_gem_init()
226 } hangcheck; member
46 selftest(hangcheck, intel_hangcheck_live_selftests)
38 obj-$(CONFIG_HANGCHECK_TIMER) += hangcheck-timer.o
383 The hangcheck-timer module detects when the system has gone
Completed in 14 milliseconds