/linux-6.14.4/tools/perf/tests/shell/ |
D | test_arm_spe_fork.sh | 2 # Check Arm SPE doesn't hang when there are forks 44 echo "SPE hang test: FAIL" 47 echo "SPE hang test: PASS"
|
/linux-6.14.4/drivers/gpu/drm/i915/gt/ |
D | selftest_hangcheck.c | 32 struct hang { struct 41 static int hang_init(struct hang *h, struct intel_gt *gt) in hang_init() argument 104 hang_create_request(struct hang *h, struct intel_engine_cs *engine) in hang_create_request() 253 static u32 hws_seqno(const struct hang *h, const struct i915_request *rq) in hws_seqno() 258 static void hang_fini(struct hang *h) in hang_fini() 274 static bool wait_until_running(struct hang *h, struct i915_request *rq) in wait_until_running() 290 struct hang h; in igt_hang_sanitycheck() 443 /* Engine level resets are triggered by GuC when a hang in igt_reset_nop_engine() 689 struct hang h; in __igt_reset_engine() 745 pr_err("[%s] Create hang request failed: %d!\n", in __igt_reset_engine() [all …]
|
D | selftest_lrc.c | 1793 struct i915_request *hang; in __lrc_garbage() local 1800 hang = garbage(ce, prng); in __lrc_garbage() 1801 if (IS_ERR(hang)) { in __lrc_garbage() 1802 err = PTR_ERR(hang); in __lrc_garbage() 1806 if (wait_for_submit(engine, hang, HZ / 2)) { in __lrc_garbage() 1807 i915_request_put(hang); in __lrc_garbage() 1813 garbage_reset(engine, hang); in __lrc_garbage() 1816 if (!hang->fence.error) { in __lrc_garbage() 1817 i915_request_put(hang); in __lrc_garbage() 1824 if (i915_request_wait(hang, 0, HZ / 2) < 0) { in __lrc_garbage() [all …]
|
/linux-6.14.4/drivers/net/ethernet/intel/ice/devlink/ |
D | health.h | 34 * @tx_hang_buf: pre-allocated place to put info for Tx hang reporter from 36 * @tx_ring: ring that the hang occurred on 39 * @vsi_num: VSI owning the queue that the hang occurred on
|
/linux-6.14.4/drivers/gpu/drm/i915/ |
D | Kconfig | 91 bool "Enable capturing GPU state following a hang" 95 This option enables capturing the GPU state when a hang is detected. 97 Please report any hang for triaging according to: 109 selected and causes any error state captured upon a GPU hang
|
/linux-6.14.4/drivers/gpu/drm/xe/ |
D | xe_devcoredump_types.h | 29 /** @process_name: Name of process that triggered this gpu hang */ 31 /** @pid: Process id of process that triggered this gpu hang */ 85 /** @captured: The snapshot of the first hang has already been taken */
|
D | xe_devcoredump.c | 43 * **Snapshot at hang**: 45 * the hang happened. Due to the driver recovering from resets/crashes, it may 60 * In general, the first hang is the most critical one since the following 61 * hangs can be a consequence of the initial hang. For this reason a snapshot 400 * 120s' kernel hang check feature from firing when printing to a slow target
|
/linux-6.14.4/drivers/gpu/drm/ci/xfails/ |
D | msm-sc7180-trogdor-kingoftown-fails.txt | 11 kms_flip@flip-vs-modeset-vs-hang,Fail 12 kms_flip@flip-vs-panning-vs-hang,Fail
|
D | msm-sc7180-trogdor-lazor-limozeen-fails.txt | 11 kms_flip@flip-vs-modeset-vs-hang,Fail 12 kms_flip@flip-vs-panning-vs-hang,Fail
|
D | msm-sdm845-fails.txt | 22 kms_flip@flip-vs-modeset-vs-hang,Fail 23 kms_flip@flip-vs-panning-vs-hang,Fail
|
D | mediatek-mt8173-fails.txt | 23 kms_flip@flip-vs-modeset-vs-hang,Fail 24 kms_flip@flip-vs-panning-vs-hang,Fail
|
D | vkms-none-fails.txt | 21 kms_flip@flip-vs-modeset-vs-hang,Fail 22 kms_flip@flip-vs-panning-vs-hang,Fail
|
D | amdgpu-stoney-fails.txt | 34 kms_flip@flip-vs-modeset-vs-hang,Fail 35 kms_flip@flip-vs-panning-vs-hang,Fail
|
D | i915-amly-flakes.txt | 13 i915_hangman@gt-engine-hang 41 i915_hangman@engine-engine-hang
|
D | rockchip-rk3399-fails.txt | 46 kms_flip@flip-vs-modeset-vs-hang,Fail 49 kms_flip@flip-vs-panning-vs-hang,Fail
|
D | i915-kbl-flakes.txt | 6 prime_busy@hang
|
/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_reset.c | 325 snprintf(buf, len, "job hang on ring:%s", in amdgpu_reset_get_desc() 328 strscpy(buf, "job hang", len); in amdgpu_reset_get_desc() 335 strscpy(buf, "MES hang", len); in amdgpu_reset_get_desc() 338 strscpy(buf, "HWS hang", len); in amdgpu_reset_get_desc()
|
/linux-6.14.4/arch/sparc/kernel/ |
D | leon_pmc.c | 52 /* Interrupts need to be enabled to not hang the CPU */ in pmc_leon_idle_fixup() 70 /* Interrupts need to be enabled to not hang the CPU */ in pmc_leon_idle()
|
/linux-6.14.4/drivers/watchdog/ |
D | iTCO_vendor_support.c | 64 * If BIOS or CPU fail which may cause SMI hang, then system will 72 * So, if the watchdog timer is 20 seconds, then the maximum hang 73 * time is about 40 seconds, and the minimum hang time is about
|
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/mt7603/ |
D | debugfs.c | 10 [RESET_CAUSE_TX_HANG] = "TX hang", in mt7603_reset_read() 15 [RESET_CAUSE_MCU_HANG] = "MCU hang", in mt7603_reset_read()
|
/linux-6.14.4/drivers/gpu/drm/amd/include/ |
D | dm_pp_interface.h | 94 /* Controller Index of primary display - used in MCLK SMC switching hang 97 /* htotal*1000/pixelclk - used in MCLK SMC switching hang SW Workaround*/
|
/linux-6.14.4/tools/testing/selftests/perf_events/ |
D | remove_on_exec.c | 162 while (signal_count == tmp); /* Should not hang! */ in TEST_F() 195 while (signal_count == tmp); /* Should not hang! */ in TEST_F() 245 /* Should hang here until killed. */ in exec_child()
|
/linux-6.14.4/drivers/tty/hvc/ |
D | hvc_iucv.c | 216 * hang up (that is issued by the HVC layer). 230 * HVC layer to hang up the tty device. */ in hvc_iucv_write() 556 * hvc_iucv_hangup() - Sever IUCV path and schedule hvc tty hang up 561 * The hang-up occurs only if an IUCV communication path is established; 562 * otherwise there is no need to hang up the terminal device. 564 * The IUCV HVC hang-up is separated into two steps: 568 * IUCV_SEVERED state causes the tty hang-up in the HVC layer. 573 * the HVC layer to hang up the tty and, if so, wake up the HVC thread 577 * Hang-up: 1. do_tty_hangup() replaces file ops (= hung_up_tty_fops) 650 * client if we disconnect on hang up) */ in hvc_iucv_notifier_hangup() [all …]
|
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/ |
D | dm_services_types.h | 206 /*Controller Index of primary display - used in MCLK SMC switching hang 209 /*htotal*1000/pixelclk - used in MCLK SMC switching hang SW Workaround*/
|
/linux-6.14.4/Documentation/sound/cards/ |
D | via82xx-mixer.rst | 6 Setting it to ``Input2`` on such boards will cause recording to hang, or fail
|