Home
last modified time | relevance | path

Searched refs:hung (Results 1 – 25 of 28) sorted by relevance

12

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_hangcheck.c378 unsigned int hung, in hangcheck_declare_hang() argument
389 if (stuck != hung) in hangcheck_declare_hang()
390 hung &= ~stuck; in hangcheck_declare_hang()
392 "%s on ", stuck == hung ? "no progress" : "hang"); in hangcheck_declare_hang()
393 for_each_engine_masked(engine, i915, hung, tmp) in hangcheck_declare_hang()
398 return i915_handle_error(i915, hung, I915_ERROR_CAPTURE, "%s", msg); in hangcheck_declare_hang()
416 unsigned int hung = 0, stuck = 0, wedged = 0; in i915_hangcheck_elapsed() local
443 hung |= intel_engine_flag(engine); in i915_hangcheck_elapsed()
460 if (hung) in i915_hangcheck_elapsed()
461 hangcheck_declare_hang(dev_priv, hung, stuck); in i915_hangcheck_elapsed()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atombios.h199 bool hung);
Damdgpu_atombios.c1726 bool hung) in amdgpu_atombios_scratch_regs_engine_hung() argument
1730 if (hung) in amdgpu_atombios_scratch_regs_engine_hung()
/Linux-v4.19/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run.sh259 echo "!!! PID $qemu_pid hung at $kruntime vs. $seconds seconds" >> $resdir/Warnings 2>&1
/Linux-v4.19/Documentation/watchdog/
Dhpwdt.txt45 confused" message in the logs or if the system gets into a hung state, then
/Linux-v4.19/Documentation/filesystems/
Dautomount-support.txt43 hung.
Dmandatory-locking.txt170 Of course, that might be a bit tricky if the system is hung :-(
Dfuse.txt138 filesystem is hung or deadlocked.
/Linux-v4.19/lib/
DKconfig.debug889 Say Y here to enable the kernel to detect "hung tasks",
893 When a hung task is detected, the kernel will print the
900 int "Default timeout for hung task detection (in seconds)"
906 be considered hung.
919 Say Y here to enable the kernel to panic on "hung tasks",
925 hung task has been detected. This feature is useful for
927 where a hung tasks must be resolved ASAP.
/Linux-v4.19/arch/powerpc/boot/dts/
Dfsp2.dts392 plb6-system-hung-irq {
/Linux-v4.19/Documentation/
Drobust-futexes.txt111 the futex hung. To protect against this possibility, userspace (glibc)
/Linux-v4.19/Documentation/sysctl/
Dkernel.txt341 Controls the kernel's behavior when a hung task is detected.
370 Hung task check interval. If hung task checking is enabled
383 if a hung task is detected, this value is decreased by 1.
/Linux-v4.19/Documentation/networking/
Dspider_net.txt140 problem. A typical print when the network is hung shows the following:
/Linux-v4.19/Documentation/admin-guide/
Dsysrq.rst177 ``crash(c)`` can be used to manually trigger a crashdump when the system is hung.
/Linux-v4.19/Documentation/serial/
Dtty.txt55 hangup() - Called when the tty line is hung up.
/Linux-v4.19/Documentation/powerpc/
Deeh-pci-error-recovery.txt25 hung/unresponsive adapters, or system crashes/lockups. Thus,
/Linux-v4.19/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt98 12.1 The case of the hung fsck
99 12.2 Episode 2: The case of the hung fsck
2922 12.1. The case of the hung fsck
2925 to fix things up. I ran fsck -y, which hung:
3402 12.2. Episode 2: The case of the hung fsck
3408 fsck hung again, this time by hitting the trap:
/Linux-v4.19/Documentation/PCI/
Dpci-error-recovery.txt265 may result in hung devices, kernel panics, or silent data corruption.
/Linux-v4.19/Documentation/isdn/
DREADME225 the remote party hung up before any
/Linux-v4.19/drivers/gpu/drm/radeon/
Dr600.c1549 void r600_set_bios_scratch_engine_hung(struct radeon_device *rdev, bool hung) in r600_set_bios_scratch_engine_hung() argument
1553 if (hung) in r600_set_bios_scratch_engine_hung()
Dradeon.h2803 extern void r600_set_bios_scratch_engine_hung(struct radeon_device *rdev, bool hung);
/Linux-v4.19/Documentation/scsi/
Dst.txt591 drivers. This means that the Linux driver may appear hung although the
DChangeLog.lpfc1272 lpfc_scsi_buf is hung off of linux's scsi_cmnd->host_scribble
/Linux-v4.19/Documentation/media/v4l-drivers/
Dcx2341x.rst262 The timeout value protects the card from a hung driver thread. If the driver
/Linux-v4.19/Documentation/s390/
DDebugging390.txt2117 if the machine gets partially hung.

12