Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_hangcheck.c224 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/
Da6xx_gmu.h79 bool hung; member
Da6xx_gmu.c22 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/
Damdgpu_atombios.h199 bool hung);
Damdgpu_atombios.c1727 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/
Dkvm-test-1-run.sh240 echo "!!! PID $qemu_pid hung at $kruntime vs. $seconds seconds" >> $resdir/Warnings 2>&1
/Linux-v5.4/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-v5.4/lib/
DKconfig.debug913 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/
Dfsp2.dts392 plb6-system-hung-irq {
/Linux-v5.4/Documentation/
Drobust-futexes.txt111 the futex hung. To protect against this possibility, userspace (glibc)
/Linux-v5.4/Documentation/admin-guide/sysctl/
Dkernel.rst344 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/
Dspider_net.txt140 problem. A typical print when the network is hung shows the following:
/Linux-v5.4/Documentation/admin-guide/
Dsysrq.rst177 ``crash(c)`` can be used to manually trigger a crashdump when the system is hung.
Dkernel-parameters.txt1421 [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/
Dtty.rst58 hangup() Called when the tty line is hung up.
/Linux-v5.4/Documentation/powerpc/
Deeh-pci-error-recovery.rst25 hung/unresponsive adapters, or system crashes/lockups. Thus,
/Linux-v5.4/Documentation/virt/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-v5.4/Documentation/PCI/
Dpci-error-recovery.rst281 may result in hung devices, kernel panics, or silent data corruption.
/Linux-v5.4/drivers/gpu/drm/radeon/
Dr600.c1555 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()
Dradeon.h2795 extern void r600_set_bios_scratch_engine_hung(struct radeon_device *rdev, bool hung);
/Linux-v5.4/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-v5.4/Documentation/media/v4l-drivers/
Dcx2341x.rst264 The timeout value protects the card from a hung driver thread. If the driver

12