| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm-test-1-run-qemu.sh | 171 echo "!!! PID $qemu_pid hung at $kruntime vs. $seconds seconds `date`" >> $resdir/Warnings 2>&1
|
| /linux/Documentation/gpu/amdgpu/ |
| H A D | userq.rst | 138 queues can be reset individually. When a hung queue is detected, it can be 142 the queues are preempted, if the queue is hung, the preemption will fail. 144 record which queues are hung. 148 will check if it has already recorded the queue as hung (e.g., due to failed
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a6xx_gmu.h | 114 bool hung; member
|
| H A D | a6xx_gpu.h | 103 bool hung; member
|
| H A D | a6xx_gmu.c | 28 gmu->hung = true; in a6xx_gmu_fault() 1101 gmu->hung = false; in a6xx_gmu_resume() 1228 a6xx_bus_clear_pending_transactions(adreno_gpu, a6xx_gpu->hung); in a6xx_gmu_shutdown() 1281 if (gmu->hung) in a6xx_gmu_stop()
|
| H A D | a6xx_gpu.c | 1565 a6xx_gpu->hung = true; in a6xx_recover() 1615 a6xx_gpu->hung = false; in a6xx_recover()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_atombios.h | 197 bool hung);
|
| H A D | amdgpu_atombios.c | 1598 bool hung) in amdgpu_atombios_scratch_regs_engine_hung() argument 1602 if (hung) in amdgpu_atombios_scratch_regs_engine_hung()
|
| /linux/drivers/gpu/drm/ci/xfails/ |
| H A D | msm-sm8350-hdk-skips.txt | 152 # [ 228.462970] Kernel panic - not syncing: softlockup: hung tasks 212 # [ 229.761291] ---[ end Kernel panic - not syncing: softlockup: hung tasks ]---
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_gpu_error.h | 62 bool hung; member
|
| H A D | i915_gpu_error.c | 884 err_printf(m, " hung: %u\n", ee->hung); in err_print_gt_engines() 1762 ee->hung = engine->mask & engine_mask; in gt_record_engines() 2039 if (cs->hung) { in error_msg()
|
| /linux/Documentation/filesystems/ |
| H A D | automount-support.rst | 48 hung.
|
| /linux/Documentation/admin-guide/sysctl/ |
| H A D | kernel.rst | 387 their backtraces when a hung task is detected. This file shows up if 390 0: Won't show all CPUs backtraces when a hung task is detected. 394 a hung task is detected. 400 Controls the kernel's behavior when a hung task is detected. 419 Indicates the total number of tasks that have been detected as hung since 440 Hung task check interval. If hung task checking is enabled 455 if a hung task is detected, this value is decreased by 1.
|
| /linux/Documentation/admin-guide/ |
| H A D | sysrq.rst | 192 ``crash(c)`` can be used to manually trigger a crashdump when the system is hung. 216 ``Replay logs(R)`` is useful to view the kernel log messages when system is hung
|
| /linux/kernel/rcu/ |
| H A D | Kconfig.debug | 166 that something is hung up somewhere. Therefore, the notifier
|
| /linux/samples/ |
| H A D | Kconfig | 320 Reading these files with multiple processes triggers hung task
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | fsp2.dts | 392 plb6-system-hung-irq {
|
| /linux/lib/ |
| H A D | Kconfig.debug | 1234 Say Y here to enable the kernel to detect "hung tasks", 1238 When a hung task is detected, the kernel will print the 1245 int "Default timeout for hung task detection (in seconds)" 1251 be considered hung. 1264 Say Y here to enable the kernel to panic on "hung tasks", 1270 hung task has been detected. This feature is useful for 1272 where a hung tasks must be resolved ASAP. 1283 the mutex lock which "hung tasks" are waiting. 1319 lockup, "hung task", or locking arbitrary lock for a long time.
|
| /linux/Documentation/locking/ |
| H A D | robust-futexes.rst | 111 the futex hung. To protect against this possibility, userspace (glibc)
|
| /linux/Documentation/filesystems/fuse/ |
| H A D | fuse.rst | 125 filesystem is hung or deadlocked.
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | vdo.rst | 263 a hung vdo. Optional parameters to specify structures to
|
| /linux/Documentation/arch/powerpc/ |
| H A D | eeh-pci-error-recovery.rst | 25 hung/unresponsive adapters, or system crashes/lockups. Thus,
|
| /linux/kernel/ |
| H A D | workqueue.c | 6398 unsigned long hung = 0; in show_one_worker_pool() local 6406 hung = jiffies_to_msecs(jiffies - pool->watchdog_ts) / 1000; in show_one_worker_pool() 6416 pr_cont(" hung=%lus workers=%d", hung, pool->nr_workers); in show_one_worker_pool()
|
| /linux/Documentation/PCI/ |
| H A D | pci-error-recovery.rst | 307 may result in hung devices, kernel panics, or silent data corruption.
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | r600.c | 1554 void r600_set_bios_scratch_engine_hung(struct radeon_device *rdev, bool hung) in r600_set_bios_scratch_engine_hung() argument 1558 if (hung) in r600_set_bios_scratch_engine_hung()
|