Home
last modified time | relevance | path

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

12345678910

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/include/linux/sched/
Dframe_rtg.h39 * frame_vload : the emergency level of current frame.
43 * The closer to the deadline, the higher emergency of current
/kernel/linux/linux-5.10/include/linux/sched/
Dframe_rtg.h39 * frame_vload : the emergency level of current frame.
43 * The closer to the deadline, the higher emergency of current
/kernel/linux/linux-6.6/kernel/
Dreboot.c860 * emergency shutdown? in __orderly_poweroff()
913 * hw_failure_emergency_poweroff_func - emergency poweroff work after a known delay
914 * @work: work_struct associated with the emergency poweroff function
922 * We have reached here after the emergency shutdown waiting period has in hw_failure_emergency_poweroff_func()
933 * Worst of the worst case trigger emergency restart in hw_failure_emergency_poweroff_func()
935 pr_emerg("Hardware protection shutdown failed. Trying emergency restart\n"); in hw_failure_emergency_poweroff_func()
943 * hw_failure_emergency_poweroff - Trigger an emergency system poweroff
957 * hw_protection_shutdown - Trigger an emergency system poweroff
959 * @reason: Reason of emergency shutdown to be printed.
964 * Initiate an emergency system shutdown in order to protect hardware from
[all …]
/kernel/linux/linux-5.10/include/linux/
Dreboot.h84 * Emergency restart, callable from an interrupt handler.
88 #include <asm/emergency-restart.h>
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/regulator/
Dregulator.yaml123 hardware performs emergency shutdown. Zero can be passed to disable
142 hardware performs emergency shutdown. Zero can be passed to disable
164 hardware performs emergency shutdown. Zero can be passed to disable
186 hardware performs emergency shutdown. Zero can be passed to disable
/kernel/linux/linux-5.10/include/uapi/linux/
Dvirtio_console.h42 #define VIRTIO_CONSOLE_F_EMERG_WRITE 2 /* Does host support emergency write? */
53 /* emergency write register */
/kernel/linux/linux-6.6/include/uapi/linux/
Dvirtio_console.h42 #define VIRTIO_CONSOLE_F_EMERG_WRITE 2 /* Does host support emergency write? */
53 /* emergency write register */
/kernel/linux/linux-6.6/samples/rust/
Drust_print.rs46 pr_emerg!("Emergency message (level 0) without args\n"); in init()
58 pr_emerg!("{} message (level {}) with args\n", "Emergency", 0); in init()
/kernel/linux/linux-6.6/arch/x86/kernel/
Dnmi.c43 * An emergency handler can be set in any context including NMI
143 * Call the emergency handler, if set in nmi_handle()
145 * In the case of crash_nmi_callback() emergency handler, it will in nmi_handle()
244 * set_emergency_nmi_handler - Set emergency handler
246 * @handler: the emergency handler to be stored
248 * Set an emergency NMI handler which, if set, will preempt all the other
262 * Ensure the emergency handler is visible to other CPUs before in set_emergency_nmi_handler()
/kernel/linux/linux-6.6/drivers/thermal/
DKconfig37 int "Emergency poweroff delay in milli-seconds"
42 case of failure of an orderly_poweroff(), the thermal emergency
44 This config is number of milliseconds to delay before emergency
48 If set to 0 emergency poweroff will not be supported.
/kernel/linux/linux-5.10/drivers/thermal/
DKconfig37 int "Emergency poweroff delay in milli-seconds"
42 case of failure of an orderly_poweroff(), the thermal emergency
44 This config is number of milliseconds to delay before emergency
48 If set to 0 emergency poweroff will not be supported.
/kernel/linux/linux-6.6/include/linux/
Dreboot.h180 * Emergency restart, callable from an interrupt handler.
184 #include <asm/emergency-restart.h>
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
Demergency-restart.h1 #include <asm-generic/emergency-restart.h>
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Demergency-restart.h1 #include <asm-generic/emergency-restart.h>
/kernel/linux/linux-6.6/arch/alpha/include/asm/
Demergency-restart.h4 #include <asm-generic/emergency-restart.h>
/kernel/linux/linux-5.10/arch/ia64/include/asm/
Demergency-restart.h4 #include <asm-generic/emergency-restart.h>
/kernel/linux/linux-6.6/arch/ia64/include/asm/
Demergency-restart.h4 #include <asm-generic/emergency-restart.h>
/kernel/linux/linux-5.10/arch/alpha/include/asm/
Demergency-restart.h4 #include <asm-generic/emergency-restart.h>
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
Drx.c1262 struct iwl_rxq *rxq, bool emergency) in iwl_pcie_rx_reuse_rbd() argument
1271 if (unlikely(emergency)) in iwl_pcie_rx_reuse_rbd()
1295 bool emergency, in iwl_pcie_rx_handle_rb() argument
1433 iwl_pcie_rx_reuse_rbd(trans, rxb, rxq, emergency); in iwl_pcie_rx_handle_rb()
1439 iwl_pcie_rx_reuse_rbd(trans, rxb, rxq, emergency); in iwl_pcie_rx_handle_rb()
1502 bool emergency = false; in iwl_pcie_rx_handle() local
1533 !emergency)) { in iwl_pcie_rx_handle()
1535 emergency = true; in iwl_pcie_rx_handle()
1537 "RX path is in emergency. Pending allocations %d\n", in iwl_pcie_rx_handle()
1564 iwl_pcie_rx_handle_rb(trans, rxq, rxb, emergency, i); in iwl_pcie_rx_handle()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
Drx.c1253 struct iwl_rxq *rxq, bool emergency) in iwl_pcie_rx_reuse_rbd() argument
1262 if (unlikely(emergency)) in iwl_pcie_rx_reuse_rbd()
1286 bool emergency, in iwl_pcie_rx_handle_rb() argument
1423 iwl_pcie_rx_reuse_rbd(trans, rxb, rxq, emergency); in iwl_pcie_rx_handle_rb()
1429 iwl_pcie_rx_reuse_rbd(trans, rxb, rxq, emergency); in iwl_pcie_rx_handle_rb()
1483 bool emergency = false; in iwl_pcie_rx_handle() local
1514 !emergency)) { in iwl_pcie_rx_handle()
1516 emergency = true; in iwl_pcie_rx_handle()
1518 "RX path is in emergency. Pending allocations %d\n", in iwl_pcie_rx_handle()
1545 iwl_pcie_rx_handle_rb(trans, rxq, rxb, emergency, i); in iwl_pcie_rx_handle()
[all …]
/kernel/linux/linux-5.10/drivers/thermal/tegra/
DKconfig12 emergency thermal reset (thermtrip) feature to function.
/kernel/linux/linux-6.6/drivers/thermal/tegra/
DKconfig12 emergency thermal reset (thermtrip) feature to function.
/kernel/linux/linux-5.10/arch/um/include/asm/
DKbuild7 generic-y += emergency-restart.h

12345678910