/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_hangcheck.c | 378 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/ |
D | amdgpu_atombios.h | 199 bool hung);
|
D | amdgpu_atombios.c | 1726 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/ |
D | kvm-test-1-run.sh | 259 echo "!!! PID $qemu_pid hung at $kruntime vs. $seconds seconds" >> $resdir/Warnings 2>&1
|
/Linux-v4.19/Documentation/watchdog/ |
D | hpwdt.txt | 45 confused" message in the logs or if the system gets into a hung state, then
|
/Linux-v4.19/Documentation/filesystems/ |
D | automount-support.txt | 43 hung.
|
D | mandatory-locking.txt | 170 Of course, that might be a bit tricky if the system is hung :-(
|
D | fuse.txt | 138 filesystem is hung or deadlocked.
|
/Linux-v4.19/lib/ |
D | Kconfig.debug | 889 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/ |
D | fsp2.dts | 392 plb6-system-hung-irq {
|
/Linux-v4.19/Documentation/ |
D | robust-futexes.txt | 111 the futex hung. To protect against this possibility, userspace (glibc)
|
/Linux-v4.19/Documentation/sysctl/ |
D | kernel.txt | 341 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/ |
D | spider_net.txt | 140 problem. A typical print when the network is hung shows the following:
|
/Linux-v4.19/Documentation/admin-guide/ |
D | sysrq.rst | 177 ``crash(c)`` can be used to manually trigger a crashdump when the system is hung.
|
/Linux-v4.19/Documentation/serial/ |
D | tty.txt | 55 hangup() - Called when the tty line is hung up.
|
/Linux-v4.19/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 25 hung/unresponsive adapters, or system crashes/lockups. Thus,
|
/Linux-v4.19/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 98 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/ |
D | pci-error-recovery.txt | 265 may result in hung devices, kernel panics, or silent data corruption.
|
/Linux-v4.19/Documentation/isdn/ |
D | README | 225 the remote party hung up before any
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | r600.c | 1549 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()
|
D | radeon.h | 2803 extern void r600_set_bios_scratch_engine_hung(struct radeon_device *rdev, bool hung);
|
/Linux-v4.19/Documentation/scsi/ |
D | st.txt | 591 drivers. This means that the Linux driver may appear hung although the
|
D | ChangeLog.lpfc | 1272 lpfc_scsi_buf is hung off of linux's scsi_cmnd->host_scribble
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | cx2341x.rst | 262 The timeout value protects the card from a hung driver thread. If the driver
|
/Linux-v4.19/Documentation/s390/ |
D | Debugging390.txt | 2117 if the machine gets partially hung.
|