/Linux-v5.4/drivers/gpu/drm/i915/gt/ |
D | intel_hangcheck.c | 224 intel_engine_mask_t hung, in hangcheck_declare_hang() argument 235 if (stuck != hung) in hangcheck_declare_hang() 236 hung &= ~stuck; in hangcheck_declare_hang() 238 "%s on ", stuck == hung ? "no progress" : "hang"); in hangcheck_declare_hang() 239 for_each_engine_masked(engine, gt->i915, hung, tmp) in hangcheck_declare_hang() 244 return intel_gt_handle_error(gt, hung, I915_ERROR_CAPTURE, "%s", msg); in hangcheck_declare_hang() 259 intel_engine_mask_t hung = 0, stuck = 0, wedged = 0; in hangcheck_elapsed() local 293 hung |= engine->mask; in hangcheck_elapsed() 302 if (GEM_SHOW_DEBUG() && (hung | stuck)) { in hangcheck_elapsed() 321 if (hung) in hangcheck_elapsed() [all …]
|
/Linux-v5.4/drivers/gpu/drm/msm/adreno/ |
D | a6xx_gmu.h | 79 bool hung; member
|
D | a6xx_gmu.c | 22 gmu->hung = true; in a6xx_gmu_fault() 703 gmu->hung = false; in a6xx_gmu_resume() 855 if (gmu->hung) in a6xx_gmu_stop()
|
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_atombios.h | 199 bool hung);
|
D | amdgpu_atombios.c | 1727 bool hung) in amdgpu_atombios_scratch_regs_engine_hung() argument 1731 if (hung) in amdgpu_atombios_scratch_regs_engine_hung()
|
/Linux-v5.4/tools/testing/selftests/rcutorture/bin/ |
D | kvm-test-1-run.sh | 240 echo "!!! PID $qemu_pid hung at $kruntime vs. $seconds seconds" >> $resdir/Warnings 2>&1
|
/Linux-v5.4/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-v5.4/lib/ |
D | Kconfig.debug | 913 Say Y here to enable the kernel to detect "hung tasks", 917 When a hung task is detected, the kernel will print the 924 int "Default timeout for hung task detection (in seconds)" 930 be considered hung. 943 Say Y here to enable the kernel to panic on "hung tasks", 949 hung task has been detected. This feature is useful for 951 where a hung tasks must be resolved ASAP.
|
/Linux-v5.4/arch/powerpc/boot/dts/ |
D | fsp2.dts | 392 plb6-system-hung-irq {
|
/Linux-v5.4/Documentation/ |
D | robust-futexes.txt | 111 the futex hung. To protect against this possibility, userspace (glibc)
|
/Linux-v5.4/Documentation/admin-guide/sysctl/ |
D | kernel.rst | 344 Controls the kernel's behavior when a hung task is detected. 374 Hung task check interval. If hung task checking is enabled 387 if a hung task is detected, this value is decreased by 1.
|
/Linux-v5.4/Documentation/networking/device_drivers/toshiba/ |
D | spider_net.txt | 140 problem. A typical print when the network is hung shows the following:
|
/Linux-v5.4/Documentation/admin-guide/ |
D | sysrq.rst | 177 ``crash(c)`` can be used to manually trigger a crashdump when the system is hung.
|
D | kernel-parameters.txt | 1421 [KNL] Should the hung task detector generate panics. 1425 hung task is detected. The default value is controlled
|
/Linux-v5.4/Documentation/driver-api/serial/ |
D | tty.rst | 58 hangup() Called when the tty line is hung up.
|
/Linux-v5.4/Documentation/powerpc/ |
D | eeh-pci-error-recovery.rst | 25 hung/unresponsive adapters, or system crashes/lockups. Thus,
|
/Linux-v5.4/Documentation/virt/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-v5.4/Documentation/PCI/ |
D | pci-error-recovery.rst | 281 may result in hung devices, kernel panics, or silent data corruption.
|
/Linux-v5.4/drivers/gpu/drm/radeon/ |
D | r600.c | 1555 void r600_set_bios_scratch_engine_hung(struct radeon_device *rdev, bool hung) in r600_set_bios_scratch_engine_hung() argument 1559 if (hung) in r600_set_bios_scratch_engine_hung()
|
D | radeon.h | 2795 extern void r600_set_bios_scratch_engine_hung(struct radeon_device *rdev, bool hung);
|
/Linux-v5.4/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-v5.4/Documentation/media/v4l-drivers/ |
D | cx2341x.rst | 264 The timeout value protects the card from a hung driver thread. If the driver
|