Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vc4/
H A Dvc4_gem.c44 mod_timer(&vc4->hangcheck.timer, in vc4_queue_hangcheck()
307 /* Rearm the hangcheck -- another job might have been waiting in vc4_reset()
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()
1281 INIT_WORK(&vc4->hangcheck.reset_work, vc4_reset_work); in vc4_gem_init()
1282 timer_setup(&vc4->hangcheck.timer, vc4_hangcheck_elapsed, 0); in vc4_gem_init()
H A Dvc4_drv.h223 } hangcheck; member
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_live_selftests.h46 selftest(hangcheck, intel_hangcheck_live_selftests)
/linux/drivers/char/
H A DMakefile38 obj-$(CONFIG_HANGCHECK_TIMER) += hangcheck-timer.o
H A DKconfig382 The hangcheck-timer module detects when the system has gone
/linux/Documentation/process/
H A Dbotching-up-ioctls.rst119 still too tricky have a timeout or hangcheck safety net as a last-ditch
123 - it's way too easy to create a deadlock between your hangcheck code and