Searched refs:hangcheck (Results 1 – 6 of 6) sorted by relevance
45 selftest(hangcheck, intel_hangcheck_live_selftests)
41 obj-$(CONFIG_HANGCHECK_TIMER) += hangcheck-timer.o
388 The hangcheck-timer module detects when the system has gone
44 mod_timer(&vc4->hangcheck.timer, in vc4_queue_hangcheck()318 container_of(work, struct vc4_dev, hangcheck.reset_work); in vc4_reset_work()328 struct vc4_dev *vc4 = from_timer(vc4, t, hangcheck.timer); in vc4_hangcheck_elapsed()368 schedule_work(&vc4->hangcheck.reset_work); in vc4_hangcheck_elapsed()1323 INIT_WORK(&vc4->hangcheck.reset_work, vc4_reset_work); in vc4_gem_init()1324 timer_setup(&vc4->hangcheck.timer, vc4_hangcheck_elapsed, 0); in vc4_gem_init()
218 } hangcheck; member
119 still too tricky have a timeout or hangcheck safety net as a last-ditch123 - it's way too easy to create a deadlock between your hangcheck code and