Home
last modified time | relevance | path

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

123456

/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
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-6.14.4/kernel/
Dreboot.c884 * emergency shutdown? in __orderly_poweroff()
951 * hw_failure_emergency_action_func - emergency action work after a known delay
952 * @work: work_struct associated with the emergency action function
965 * We have reached here after the emergency action waiting period has in hw_failure_emergency_action_func()
978 * Worst of the worst case trigger emergency restart in hw_failure_emergency_action_func()
980 pr_emerg("Hardware protection %s failed. Trying emergency restart\n", in hw_failure_emergency_action_func()
989 * hw_failure_emergency_schedule - Schedule an emergency system shutdown or reboot
1009 * __hw_protection_shutdown - Trigger an emergency system shutdown or reboot
1011 * @reason: Reason of emergency shutdown or reboot to be printed.
1017 * Initiate an emergency system shutdown or reboot in order to protect
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/regulator/
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-6.14.4/include/uapi/linux/
Dvirtio_console.h42 #define VIRTIO_CONSOLE_F_EMERG_WRITE 2 /* Does host support emergency write? */
53 /* emergency write register */
/linux-6.14.4/samples/rust/
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-6.14.4/drivers/thermal/
DKconfig53 int "Emergency poweroff delay in milli-seconds"
58 case of failure of an orderly_poweroff(), the thermal emergency
60 This config is number of milliseconds to delay before emergency
64 If set to 0 emergency poweroff will not be supported.
/linux-6.14.4/drivers/net/wireless/intel/iwlwifi/pcie/
Drx.c1267 struct iwl_rxq *rxq, bool emergency) in iwl_pcie_rx_reuse_rbd() argument
1276 if (unlikely(emergency)) in iwl_pcie_rx_reuse_rbd()
1300 bool emergency, in iwl_pcie_rx_handle_rb() argument
1437 iwl_pcie_rx_reuse_rbd(trans, rxb, rxq, emergency); in iwl_pcie_rx_handle_rb()
1443 iwl_pcie_rx_reuse_rbd(trans, rxb, rxq, emergency); in iwl_pcie_rx_handle_rb()
1506 bool emergency = false; in iwl_pcie_rx_handle() local
1537 !emergency)) { in iwl_pcie_rx_handle()
1539 emergency = true; in iwl_pcie_rx_handle()
1541 "RX path is in emergency. Pending allocations %d\n", in iwl_pcie_rx_handle()
1568 iwl_pcie_rx_handle_rb(trans, rxq, rxb, emergency, i); in iwl_pcie_rx_handle()
[all …]
/linux-6.14.4/arch/powerpc/include/asm/
Demergency-restart.h1 #include <asm-generic/emergency-restart.h>
Dpaca.h92 void *emergency_sp; /* pointer to emergency stack */
223 * and already using emergency stack.
/linux-6.14.4/include/linux/
Dreboot.h205 * Emergency restart, callable from an interrupt handler.
209 #include <asm/emergency-restart.h>
Dgfp_types.h159 * Watermark modifiers -- controls access to emergency reserves
177 * %__GFP_NOMEMALLOC is used to explicitly forbid access to emergency reserves.
354 * lowest zone as a type of emergency reserve.
/linux-6.14.4/arch/alpha/include/asm/
Demergency-restart.h4 #include <asm-generic/emergency-restart.h>
/linux-6.14.4/kernel/printk/
Dnbcon.c301 * Event #1 implies this context is EMERGENCY. in nbcon_waiter_matches()
614 * EMERGENCY and PANIC priorities. However, this function must also in nbcon_owner_matches()
1333 /* Track the nbcon emergency nesting per CPU. */
1338 * nbcon_get_cpu_emergency_nesting - Get the per CPU emergency nesting pointer
1342 * Return: Either a pointer to the per CPU emergency nesting counter of
1346 * preemption is disabled if the current CPU is in the emergency state. See
1354 * never change while inside an nbcon emergency section. in nbcon_get_cpu_emergency_nesting()
1371 * preemption is disabled if the current CPU is in the emergency or panic
1625 * nbcon_cpu_emergency_enter - Enter an emergency section where printk()
1630 * When within an emergency section, printk() calls will attempt to flush any
[all …]
/linux-6.14.4/drivers/thermal/tegra/
DKconfig12 emergency thermal reset (thermtrip) feature to function.
/linux-6.14.4/arch/um/include/asm/
DKbuild6 generic-y += emergency-restart.h
/linux-6.14.4/Documentation/ABI/testing/
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-6.14.4/include/soc/fsl/qe/
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-6.14.4/Documentation/devicetree/bindings/mmc/
Dmmc-pwrseq-emmc.yaml18 case of emergency reboot call). The latter is needed on boards, which
/linux-6.14.4/drivers/gpu/drm/amd/pm/inc/
Damdgpu_dpm.h82 /* edge max emergency(shutdown) temp */
88 /* hotspot max emergency(shutdown) temp */
94 /* memory max emergency(shutdown) temp */
/linux-6.14.4/arch/powerpc/kernel/
Dsetup_64.c771 * early in SMP boots before relocation is enabled. Exclusive emergency
780 * Emergency stacks must be under 256MB, we cannot afford to take in emergency_stack_init()
791 * to have emergency stacks available as early as possible. in emergency_stack_init()
808 /* emergency stack for NMI exception handling. */ in emergency_stack_init()
811 /* emergency stack for machine check exception handling. */ in emergency_stack_init()
Dexceptions-64s.S1214 ld r1,PACAMCEMERGSP(r13) /* Use MC emergency stack */
1271 * If yes, then stay on emergency stack and panic.
1278 * then stay on emergency stack and panic.
1693 * This interrupt may use the "emergency stack" in some cases when being taken
1718 * we switch to the emergency stack if we're taking a TM Bad Thing from
1726 bne .Lemergency_stack /* If TM, emergency */
1731 /* Use the emergency stack */
1736 ld r1,PACAEMERGSP(r13) /* Use emergency stack */
1818 * on the emergency stack.
2183 * The emergency stack is used for the early real mode handler.
[all …]
/linux-6.14.4/net/netfilter/
Dnf_log.c270 static struct nf_log_buf emergency, *emergency_ptr = &emergency; variable
312 if (likely(m != &emergency)) in nf_log_buf_close()
/linux-6.14.4/Documentation/ABI/stable/
Dsysfs-bus-mhi38 enter EDL (Emergency Download) mode. This entry only exists for
/linux-6.14.4/include/asm-generic/
DKbuild22 mandatory-y += emergency-restart.h
/linux-6.14.4/tools/testing/selftests/kvm/s390/
Dresets.c78 * (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()

123456