Home
last modified time | relevance | path

Searched refs:hot (Results 1 – 25 of 208) sorted by relevance

123456789

/linux-6.1.9/arch/arm64/include/asm/
Dmodule.lds.h18 .text.hot : { *(.text.hot) }
/linux-6.1.9/arch/arm/boot/dts/
Dqcom-ipq8064.dtsi64 cpu-hot {
67 type = "hot";
84 cpu-hot {
87 type = "hot";
104 cpu-hot {
107 type = "hot";
124 cpu-hot {
127 type = "hot";
144 cpu-hot {
147 type = "hot";
[all …]
Drk3288-veyron-mickey.dts105 * - 1.2 GHz - 1.0 GHz (almost hot)
106 * - 800 MHz (hot)
108 * - 696 MHz - min (very hot)
139 /* At very hot, don't let GPU go over 300 MHz */
200 /* When hot, GPU goes down to 300 MHz */
206 /* When really hot, don't let GPU go _above_ 300 MHz */
/linux-6.1.9/Documentation/admin-guide/mm/damon/
Dlru_sort.rst31 DAMON_LRU_SORT finds hot pages (pages of memory regions that showing access
34 user-specified threshold) using DAMON, and prioritizes hot pages while
37 the limit, it prioritizes and deprioritizes more hot and cold pages first,
45 benefits for systems having clear hot/cold access patterns under memory
85 Access frequency threshold for hot memory regions identification in permil.
88 identifies the region as hot, and mark it as accessed on the LRU list, so that
225 Number of hot memory regions that tried to be LRU-sorted.
230 Total bytes of hot memory regions that tried to be LRU-sorted.
235 Number of hot memory regions that successfully be LRU-sorted.
240 Total bytes of hot memory regions that successfully be LRU-sorted.
[all …]
/linux-6.1.9/drivers/video/fbdev/core/
Dbitblit.c296 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in bit_cursor()
298 ops->cursor_state.hot.x = cursor.hot.y = 0; in bit_cursor()
366 cursor.hot.x = ops->cursor_state.hot.x; in bit_cursor()
367 cursor.hot.y = ops->cursor_state.hot.y; in bit_cursor()
Dfbcon_cw.c271 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in cw_cursor()
273 ops->cursor_state.hot.x = cursor.hot.y = 0; in cw_cursor()
353 cursor.hot.x = ops->cursor_state.hot.x; in cw_cursor()
354 cursor.hot.y = ops->cursor_state.hot.y; in cw_cursor()
Dfbcon_ccw.c288 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in ccw_cursor()
290 ops->cursor_state.hot.x = cursor.hot.y = 0; in ccw_cursor()
370 cursor.hot.x = ops->cursor_state.hot.x; in ccw_cursor()
371 cursor.hot.y = ops->cursor_state.hot.y; in ccw_cursor()
Dfbcon_ud.c319 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in ud_cursor()
321 ops->cursor_state.hot.x = cursor.hot.y = 0; in ud_cursor()
393 cursor.hot.x = ops->cursor_state.hot.x; in ud_cursor()
394 cursor.hot.y = ops->cursor_state.hot.y; in ud_cursor()
/linux-6.1.9/drivers/acpi/
Dthermal.c109 u8 hot:1; member
149 struct acpi_thermal_hot hot; member
315 tz->trips.hot.flags.valid = 0; in acpi_thermal_trips_update()
319 tz->trips.hot.temperature = tmp; in acpi_thermal_trips_update()
320 tz->trips.hot.flags.valid = 1; in acpi_thermal_trips_update()
323 tz->trips.hot.temperature); in acpi_thermal_trips_update()
484 tz->trips.hot.flags.valid | in acpi_thermal_get_trip_points()
533 if (tz->trips.hot.flags.valid) { in thermal_get_trip_type()
579 if (tz->trips.hot.flags.valid) { in thermal_get_trip_temp()
582 tz->trips.hot.temperature, in thermal_get_trip_temp()
[all …]
/linux-6.1.9/arch/arm64/boot/dts/marvell/
Darmada-ap80x.dtsi339 cpu0_hot: cpu0-hot {
352 map0_hot: map0-hot {
372 cpu1_hot: cpu1-hot {
385 map1_hot: map1-hot {
405 cpu2_hot: cpu2-hot {
418 map2_hot: map2-hot {
438 cpu3_hot: cpu3-hot {
/linux-6.1.9/Documentation/devicetree/bindings/thermal/
Dmax77620_thermal.txt48 pmic_die_warn_temp_thresh: hot-die {
50 type = "hot";
Dthermal-zones.yaml142 - hot # send notification to driver
145 There are four valid trip types: active, passive, hot,
154 The hot trip type can be used to send a notification to
316 type = "hot";
338 type = "hot";
/linux-6.1.9/drivers/platform/surface/
DKconfig87 devices can be (hot-)removed. Hub devices and drivers are required to
187 Driver for out-of-band hot-plug event signaling on Microsoft Surface
188 devices with hot-pluggable PCIe cards.
191 hot-pluggable discrete GPU (dGPU). When not in use, the dGPU on those
193 hot-plug signaling. Thus, without this driver, detaching the base
196 for out-of-band hot-plug notifications, ensuring that the device state
199 Select M or Y here, if you want to (fully) support hot-plugging of
/linux-6.1.9/Documentation/admin-guide/laptops/
Dthinkpad-acpi.rst190 some important events and also keyboard hot key presses to the operating
195 The driver enables the HKEY ("hot key") event reporting automatically
202 Some of these events refer to hot key presses, but not all of them.
204 The driver will generate events over the input layer for hot keys and
207 assigned to each hot key.
209 The hot key bit mask allows some control over which hot keys generate
216 modified do anything. Not all hot keys can be individually controlled
239 echo 0xffffffff > /proc/acpi/ibm/hotkey -- enable all hot keys
240 echo 0 > /proc/acpi/ibm/hotkey -- disable all possible hot keys
252 nor does it allow one to manipulate the hot key mask when the firmware
[all …]
/linux-6.1.9/drivers/thermal/intel/
Dtherm_throt.c245 bool hot; in throttle_active_work() local
248 get_therm_status(state->level, &hot, &temp); in throttle_active_work()
250 if (!hot && temp > state->baseline_temp) { in throttle_active_work()
349 bool hot; in therm_throt_process() local
352 get_therm_status(state->level, &hot, &temp); in therm_throt_process()
/linux-6.1.9/drivers/soc/fsl/qbman/
DKconfig60 bool "QMan 'hot potato' data-stashing self-test"
64 This performs a "hot potato" style test enqueuing/dequeuing a frame
/linux-6.1.9/drivers/video/fbdev/aty/
Dmach64_cursor.c91 x = cursor->image.dx - cursor->hot.x - info->var.xoffset; in atyfb_cursor()
99 y = cursor->image.dy - cursor->hot.y - info->var.yoffset; in atyfb_cursor()
/linux-6.1.9/arch/arm64/boot/dts/allwinner/
Dsun50i-h5.dtsi196 cpu_hot_trip: cpu-hot {
202 cpu_very_hot_trip: cpu-very-hot {
210 cpu-hot-limit {
/linux-6.1.9/Documentation/devicetree/bindings/power/supply/
Dcharger-manager.yaml99 cm-battery-hot:
100 description: critical hot temperature of battery for charging in deci-degree celsius
194 cm-battery-hot = <800>;
/linux-6.1.9/arch/m68k/include/asm/
Dfbio.h104 struct fbcurpos hot; /* cursor hot spot */ member
320 struct fbcurpos hot; /* cursor hot spot */ member
/linux-6.1.9/Documentation/driver-api/dmaengine/
Dpxa_dma.rst8 a) Transfers hot queuing
70 c) Transfers hot-chaining
104 - then hot-chaining cannot happen, as the channel must be stopped, the
152 - a driver submitted an aligned tx3 => tx3 is hot-chained
/linux-6.1.9/arch/sparc/include/asm/
Dfbio.h64 struct fbcurpos hot; /* cursor hot spot */ member
/linux-6.1.9/Documentation/translations/zh_CN/core-api/
Dpacking.rst156 适当的QUIRK_* one-hot 位集合来调用它。
/linux-6.1.9/arch/arm64/boot/dts/qcom/
Dpm8450.dtsi27 type = "hot";
/linux-6.1.9/Documentation/virt/hyperv/
Doverview.rst125 Hyper-V does not have a ability to hot-add or hot-remove a CPU
129 treats these additional CPUs as potential hot-add CPUs, and reports
130 them as such even though Hyper-V will never actually hot-add them.
133 any hot-add CPUs.

123456789