| /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/kernel/printk/ |
| H A D | nbcon.c | 122 /* Counter of active nbcon emergency contexts. */ 316 * Event #1 implies this context is EMERGENCY. in nbcon_waiter_matches() 640 * EMERGENCY and PANIC priorities. However, this function must also in nbcon_owner_matches() 1190 * Block the kthread when the system is in an emergency or panic mode. in nbcon_kthread_should_wakeup() 1252 * Block the kthread when the system is in an emergency or panic in nbcon_kthread_func() 1401 /* Track the nbcon emergency nesting per CPU. */ 1406 * nbcon_get_cpu_emergency_nesting - Get the per CPU emergency nesting pointer 1410 * Return: Either a pointer to the per CPU emergency nesting counter of 1414 * preemption is disabled if the current CPU is in the emergency state. See 1422 * never change while inside an nbcon emergency section. in nbcon_get_cpu_emergency_nesting() [all …]
|
| /linux/include/uapi/linux/ |
| H A D | virtio_console.h | 42 #define VIRTIO_CONSOLE_F_EMERG_WRITE 2 /* Does host support emergency write? */ 53 /* emergency write register */
|
| /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/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/ |
| H A D | rx.c | 1264 struct iwl_rxq *rxq, bool emergency) in iwl_pcie_rx_reuse_rbd() argument 1273 if (unlikely(emergency)) in iwl_pcie_rx_reuse_rbd() 1297 bool emergency, in iwl_pcie_rx_handle_rb() argument 1434 iwl_pcie_rx_reuse_rbd(trans, rxb, rxq, emergency); in iwl_pcie_rx_handle_rb() 1440 iwl_pcie_rx_reuse_rbd(trans, rxb, rxq, emergency); in iwl_pcie_rx_handle_rb() 1503 bool emergency = false; in iwl_pcie_rx_handle() local 1534 !emergency)) { in iwl_pcie_rx_handle() 1536 emergency = true; in iwl_pcie_rx_handle() 1538 "RX path is in emergency. Pending allocations %d\n", in iwl_pcie_rx_handle() 1565 iwl_pcie_rx_handle_rb(trans, rxq, rxb, emergency, i); in iwl_pcie_rx_handle() [all …]
|
| /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/arch/alpha/include/asm/ |
| H A D | emergency-restart.h | 4 #include <asm-generic/emergency-restart.h>
|
| /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/ABI/testing/ |
| H A D | sysfs-class-hwmon | 479 Temperature emergency max value, for chips supporting more than 489 Emergency high temperature alarm flag. 498 Temperature hysteresis value for emergency limit. 503 from the emergency value.
|
| /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/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/arch/um/include/asm/ |
| H A D | Kbuild | 6 generic-y += emergency-restart.h
|
| /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 | 155 * Watermark modifiers -- controls access to emergency reserves 173 * %__GFP_NOMEMALLOC is used to explicitly forbid access to emergency reserves. 353 * lowest zone as a type of emergency reserve.
|
| /linux/include/linux/ |
| H A D | gfp_types.h | 155 * Watermark modifiers -- controls access to emergency reserves 173 * %__GFP_NOMEMALLOC is used to explicitly forbid access to emergency reserves. 353 * lowest zone as a type of emergency reserve.
|
| /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/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/sound/pci/au88x0/ |
| H A D | au88x0_mpu401.c | 17 /* MPU401 legacy support is only provided as a emergency fallback *
|