Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/video/fbdev/nvidia/
Dnv_accel.c80 par->lockup = 1; in nvidiafb_safe_mode()
124 while (par->dmaFree < size && --count && !par->lockup) { in NVDmaWait()
140 par->lockup = 1; in NVDmaWait()
289 if (!par->lockup) in nvidiafb_sync()
292 if (!par->lockup) in nvidiafb_sync()
305 if (par->lockup) { in nvidiafb_copyarea()
326 if (par->lockup) { in nvidiafb_fillrect()
414 if (image->depth == 1 && !par->lockup) in nvidiafb_imageblit()
Dnv_type.h121 int lockup; member
/Linux-v4.19/Documentation/sysctl/
Dkernel.txt309 This value controls the hard lockup detector behavior when a hard
310 lockup condition is detected as to whether or not to gather further
322 when a hard lockup is detected.
324 0 - don't panic on hard lockup
325 1 - panic on hard lockup
327 See Documentation/lockup-watchdogs.txt for more information. This can
475 (i.e. the hard lockup detector) on x86 systems.
477 0 - disable the hard lockup detector
478 1 - enable the hard lockup detector
480 The hard lockup detector monitors each CPU for its ability to respond to
[all …]
/Linux-v4.19/drivers/bcma/
DREADME9 as standard AMBA device. Reading it's CID or PID can cause machine lockup.
/Linux-v4.19/arch/alpha/
DKconfig.debug22 hard lockup.
/Linux-v4.19/arch/arm/mach-rpc/
Decard.c518 static int lockup; in ecard_check_lockup() local
530 lockup += 1; in ecard_check_lockup()
531 if (lockup > 1000000) { in ecard_check_lockup()
539 lockup = 0; in ecard_check_lockup()
/Linux-v4.19/Documentation/admin-guide/
Dtainted-kernels.rst51 15) ``L`` if a soft lockup has previously occurred on the system.
Dkernel-parameters.txt1321 [KNL] Should the hard-lockup detector generate
2698 default). To disable both hard and soft lockup detectors,
2945 nosoftlockup [KNL] Disable the soft-lockup detector.
2949 nowatchdog [KNL] Disable both lockup detectors, i.e.
2950 soft-lockup and NMI watchdog (hard-lockup).
4149 [KNL] Should the soft-lockup detector generate panics.
4152 A nonzero value instructs the soft-lockup detector
4153 to panic the machine when a soft-lockup occurs. This
4159 [KNL] Should the soft-lockup detector generate
/Linux-v4.19/Documentation/
Dlockup-watchdogs.txt36 The soft and hard lockup detectors are built on top of the hrtimer and
D00-INDEX237 lockup-watchdogs.txt
238 - info on soft and hard lockup detectors (aka nmi_watchdog).
/Linux-v4.19/arch/parisc/
DKconfig278 See also <file:Documentation/lockup-watchdogs.txt> and the SMP-HOWTO
/Linux-v4.19/drivers/base/
DKconfig191 lockup related problems for dma-buffers shared across multiple
/Linux-v4.19/kernel/power/
DKconfig194 A detected lockup causes system panic with message
/Linux-v4.19/lib/
DKconfig.debug77 what it believes to be lockup conditions.
822 lockup has been detected. This feature is useful for
824 where a lockup must be resolved ASAP.
841 # hard lockup detection which runs too fast due to turbo modes.
848 # lockup detector rather than the perf based detector.
/Linux-v4.19/arch/sparc/
DKconfig179 See also <file:Documentation/lockup-watchdogs.txt> and the SMP-HOWTO
/Linux-v4.19/arch/arm/boot/dts/
Dexynos5800-peach-pi.dts1072 * lockup detectors) and so should be last resort.
Dexynos5420-peach-pit.dts1103 * lockup detectors) and so should be last resort.
/Linux-v4.19/arch/xtensa/
DKconfig569 the correct address. Wrong address here may lead to hardware lockup.
/Linux-v4.19/Documentation/kdump/
Dkdump.txt450 If a hard lockup is detected and "NMI watchdog" is configured, the system
/Linux-v4.19/arch/sh/
DKconfig688 See also <file:Documentation/lockup-watchdogs.txt> and the SMP-HOWTO
/Linux-v4.19/Documentation/scsi/
DChangeLog.megaraid517 vi. Fix bug in the management module, which causes a system lockup when the
/Linux-v4.19/arch/powerpc/
DKconfig91 seleted via the generic lockup detector menu which is why we
/Linux-v4.19/Documentation/driver-api/
Dlibata.rst836 symptoms ranging from device ICRC error to random device lockup, and,
/Linux-v4.19/Documentation/kernel-hacking/
Dlocking.rst900 This complete lockup is easy to diagnose: on SMP boxes the watchdog
/Linux-v4.19/Documentation/virtual/kvm/
Dapi.txt2121 from the soft lockup watchdog. The flag is part of the pvclock structure that
2127 where the guest will clear the flag: when the soft lockup watchdog timer resets
2128 itself or when a soft lockup is detected. This ioctl can be called any time

12