Home
last modified time | relevance | path

Searched full:emergency (Results 1 – 25 of 96) sorted by relevance

1234

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dtemp.c111 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 Dreboot.c889 * 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 Dregulator.yaml131 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 Dnbcon.c122 /* 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 Dvirtio_console.h42 #define VIRTIO_CONSOLE_F_EMERG_WRITE 2 /* Does host support emergency write? */
53 /* emergency write register */
/linux/samples/rust/
H A Drust_print_main.rs65 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 Drx.c1264 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 Demergency-restart.h1 #include <asm-generic/emergency-restart.h>
H A Dpaca.h92 void *emergency_sp; /* pointer to emergency stack */
223 * and already using emergency stack.
/linux/arch/alpha/include/asm/
H A Demergency-restart.h4 #include <asm-generic/emergency-restart.h>
/linux/include/soc/fsl/qe/
H A Dimmap_qe.h232 __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 Dsysfs-class-hwmon479 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 DKconfig12 emergency thermal reset (thermtrip) feature to function.
H A Dtegra30-tsensor.c367 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 Dsetup_64.c768 * 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 DKbuild6 generic-y += emergency-restart.h
/linux/net/netfilter/
H A Dnf_log.c296 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 Dgfp_types.h155 * 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 Dgfp_types.h155 * 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 Dmmc-pwrseq-emmc.yaml18 case of emergency reboot call). The latter is needed on boards, which
/linux/drivers/gpu/drm/
H A Ddrm_client_sysrq.c15 /* emergency restore, don't bother with error reporting */
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dtherm.h88 } emergency; member
/linux/arch/s390/include/uapi/asm/
H A Dsie.h19 { 0x03, "SIGP emergency signal" }, \
29 { 0x13, "SIGP conditional emergency signal" }, \
/linux/tools/arch/s390/include/uapi/asm/
H A Dsie.h19 { 0x03, "SIGP emergency signal" }, \
29 { 0x13, "SIGP conditional emergency signal" }, \
/linux/sound/pci/au88x0/
H A Dau88x0_mpu401.c17 /* MPU401 legacy support is only provided as a emergency fallback *

1234