| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
| H A D | temp.c | 111 if (therm->emergency.downclock) in nvkm_therm_sensor_event() 112 therm->emergency.downclock(therm, active); in nvkm_therm_sensor_event() 115 if (therm->emergency.pause) in nvkm_therm_sensor_event() 116 therm->emergency.pause(therm, active); in nvkm_therm_sensor_event()
|
| /linux/kernel/ |
| H A D | reboot.c | 889 * emergency shutdown? in __orderly_poweroff() 956 * hw_failure_emergency_action_func - emergency action work after a known delay 957 * @work: work_struct associated with the emergency action function 970 * We have reached here after the emergency action waiting period has in hw_failure_emergency_action_func() 983 * Worst of the worst case trigger emergency restart in hw_failure_emergency_action_func() 985 pr_emerg("Hardware protection %s failed. Trying emergency restart\n", in hw_failure_emergency_action_func() 994 * hw_failure_emergency_schedule - Schedule an emergency system shutdown or reboot 1014 * __hw_protection_trigger - Trigger an emergency system shutdown or reboot 1016 * @reason: Reason of emergency shutdown or reboot to be printed. 1022 * Initiate an emergency system shutdown or reboot in order to protect [all …]
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | regulator.yaml | 131 hardware performs emergency shutdown. Zero can be passed to disable 150 hardware performs emergency shutdown. Zero can be passed to disable 172 hardware performs emergency shutdown. Zero can be passed to disable 202 hardware performs emergency shutdown. Zero can be passed to disable
|
| /linux/samples/rust/ |
| H A D | rust_print_main.rs | 65 pr_emerg!("Emergency message (level 0) without args\n"); in init() 77 pr_emerg!("{} message (level {}) with args\n", "Emergency", 0); in init()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | emergency-restart.h | 1 #include <asm-generic/emergency-restart.h>
|
| H A D | paca.h | 92 void *emergency_sp; /* pointer to emergency stack */ 223 * and already using emergency stack.
|
| /linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/ |
| H A D | rx.c | 1269 struct iwl_rxq *rxq, bool emergency) in iwl_pcie_rx_reuse_rbd() argument 1278 if (unlikely(emergency)) in iwl_pcie_rx_reuse_rbd() 1302 bool emergency, in iwl_pcie_rx_handle_rb() argument 1439 iwl_pcie_rx_reuse_rbd(trans, rxb, rxq, emergency); in iwl_pcie_rx_handle_rb() 1445 iwl_pcie_rx_reuse_rbd(trans, rxb, rxq, emergency); in iwl_pcie_rx_handle_rb() 1508 bool emergency = false; in iwl_pcie_rx_handle() local 1539 !emergency)) { in iwl_pcie_rx_handle() 1541 emergency = true; in iwl_pcie_rx_handle() 1543 "RX path is in emergency. Pending allocations %d\n", in iwl_pcie_rx_handle() 1570 iwl_pcie_rx_handle_rb(trans, rxq, rxb, emergency, i); in iwl_pcie_rx_handle() [all …]
|
| /linux/arch/alpha/include/asm/ |
| H A D | emergency-restart.h | 4 #include <asm-generic/emergency-restart.h>
|
| /linux/drivers/thermal/tegra/ |
| H A D | Kconfig | 12 emergency thermal reset (thermtrip) feature to function.
|
| H A D | tegra30-tsensor.c | 367 dev_info_once(ts->dev, "ch%u: PMC emergency shutdown trip set to %dC\n", in tegra_tsensor_enable_hw_channel() 386 * Enable sensor, emergency shutdown, interrupts for level 1/2/3 in tegra_tsensor_enable_hw_channel() 397 * Level 3 = emergency shutdown assisted by hardware (PMC) in tegra_tsensor_enable_hw_channel()
|
| /linux/include/soc/fsl/qe/ |
| H A D | immap_qe.h | 232 __be32 merl; /* MCC emergency request level register */ 270 __be16 urfet; /* UCC receive FIFO emergency threshold */ 271 __be16 urfset; /* UCC receive FIFO special emergency 276 __be16 utfet; /* UCC transmit FIFO emergency threshold */
|
| /linux/Documentation/devicetree/bindings/mmc/ |
| H A D | mmc-pwrseq-emmc.yaml | 18 case of emergency reboot call). The latter is needed on boards, which
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_client_sysrq.c | 15 /* emergency restore, don't bother with error reporting */
|
| /linux/arch/powerpc/kernel/ |
| H A D | setup_64.c | 768 * early in SMP boots before relocation is enabled. Exclusive emergency 777 * Emergency stacks must be under 256MB, we cannot afford to take in emergency_stack_init() 788 * to have emergency stacks available as early as possible. in emergency_stack_init() 805 /* emergency stack for NMI exception handling. */ in emergency_stack_init() 808 /* emergency stack for machine check exception handling. */ in emergency_stack_init()
|
| /linux/net/netfilter/ |
| H A D | nf_log.c | 296 static struct nf_log_buf emergency, *emergency_ptr = &emergency; variable 338 if (likely(m != &emergency)) in nf_log_buf_close()
|
| /linux/tools/include/linux/ |
| H A D | gfp_types.h | 148 * Watermark modifiers -- controls access to emergency reserves 166 * %__GFP_NOMEMALLOC is used to explicitly forbid access to emergency reserves. 346 * lowest zone as a type of emergency reserve.
|
| /linux/tools/testing/selftests/kvm/s390/ |
| H A D | resets.c | 78 * (notably, the emergency call interrupt we have injected) should in assert_noirq() 202 TEST_ASSERT(irqs >= 0, "Error injecting EMERGENCY IRQ errno %d", errno); in inject_irq()
|
| /linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
| H A D | therm.h | 88 } emergency; member
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | sie.h | 19 { 0x03, "SIGP emergency signal" }, \ 29 { 0x13, "SIGP conditional emergency signal" }, \
|
| /linux/tools/arch/s390/include/uapi/asm/ |
| H A D | sie.h | 19 { 0x03, "SIGP emergency signal" }, \ 29 { 0x13, "SIGP conditional emergency signal" }, \
|
| /linux/drivers/power/supply/ |
| H A D | macsmc-power.c | 301 /* Check for emergency shutdown condition */ in macsmc_battery_get_capacity_level() 565 * Avoid duplicate atempts at emergency shutdown in macsmc_power_critical_work() 571 * EMERGENCY: Check voltage vs design minimum. in macsmc_power_critical_work() 580 "Battery voltage (%d mV) below design minimum (%d mV)! Emergency shutdown.\n", in macsmc_power_critical_work()
|
| /linux/sound/pci/au88x0/ |
| H A D | au88x0_mpu401.c | 17 /* MPU401 legacy support is only provided as a emergency fallback *
|
| /linux/Documentation/power/ |
| H A D | swsusp-dmcrypt.rst | 123 for init like "single" or "emergency" as boot parameters.
|
| /linux/sound/ppc/ |
| H A D | pmac.c | 37 * we will allocate a single 'emergency' dbdma cmd block to use if the 366 * copied into the emergency buffer and we note that the buffer is in use. 370 * already using the emergency dbdma_cmd). 375 * When we get a successful transfer result with the emergency buffer we just
|
| /linux/drivers/tty/ |
| H A D | sysrq.c | 185 .action_msg = "Emergency Sync", 207 .action_msg = "Emergency Remount R/O", 423 .action_msg = "Emergency Thaw of all frozen filesystems",
|