Searched refs:hot (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/arch/arm64/include/asm/
H A Dmodule.lds.h8 * Outlined checks go into comdat-deduplicated sections named .text.hot.
10 * we otherwise end up with multiple sections with the same .text.hot
16 .text.hot : { *(.text.hot) }
/linux-master/arch/sparc/include/asm/
H A Dfbio.h64 struct fbcurpos hot; /* cursor hot spot */ member in struct:fbcursor32
/linux-master/drivers/video/fbdev/core/
H A Dbitblit.c299 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y ||
301 ops->cursor_state.hot.x = cursor.hot.y = 0;
360 cursor.hot.x = ops->cursor_state.hot.x;
361 cursor.hot.y = ops->cursor_state.hot.y;
H A Dfbcon_ud.c319 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y ||
321 ops->cursor_state.hot.x = cursor.hot.y = 0;
384 cursor.hot.x = ops->cursor_state.hot.x;
385 cursor.hot.y = ops->cursor_state.hot.y;
H A Dfbcon_ccw.c288 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y ||
290 ops->cursor_state.hot.x = cursor.hot.y = 0;
361 cursor.hot.x = ops->cursor_state.hot.x;
362 cursor.hot.y = ops->cursor_state.hot.y;
H A Dfbcon_cw.c271 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y ||
273 ops->cursor_state.hot.x = cursor.hot.y = 0;
344 cursor.hot.x = ops->cursor_state.hot.x;
345 cursor.hot.y = ops->cursor_state.hot.y;
/linux-master/arch/m68k/include/asm/
H A Dfbio.h104 struct fbcurpos hot; /* cursor hot spot */ member in struct:fbcursor
320 struct fbcurpos hot; /* cursor hot spot */ member in struct:fbcursor32
/linux-master/drivers/video/fbdev/aty/
H A Dmach64_cursor.c48 * when the cursor hot spot is not the top left corner and the
91 x = cursor->image.dx - cursor->hot.x - info->var.xoffset;
99 y = cursor->image.dy - cursor->hot.y - info->var.yoffset;
/linux-master/drivers/thermal/intel/
H A Dtherm_throt.c305 bool hot; local
308 get_therm_status(state->level, &hot, &temp);
310 if (!hot && temp > state->baseline_temp) {
409 bool hot; local
412 get_therm_status(state->level, &hot, &temp);
/linux-master/arch/sparc/include/uapi/asm/
H A Dfbio.h101 struct fbcurpos hot; /* cursor hot spot */ member in struct:fbcursor
/linux-master/arch/powerpc/kernel/
H A Dvmlinux.lds.S109 *(.text.hot .text.hot.* TEXT_MAIN .text.fixup .text.unlikely .text.unlikely.* .fixup __ftr_alt_* .ref.text);
/linux-master/fs/f2fs/
H A Dnamei.c74 bool hot, bool set)
87 if (!hot && !cold_count)
89 if (hot && !hot_count)
93 if (hot) {
111 if (hot)
122 if (hot) {
160 /* Don't compress hot files. */
194 * Set file's temperature for hot/cold data separation
73 f2fs_update_extension_list(struct f2fs_sb_info *sbi, const char *name, bool hot, bool set) argument
H A Dsysfs.c333 "hot file extension:\n");
416 bool set = true, hot; local
419 hot = true;
421 hot = false;
437 ret = f2fs_update_extension_list(sbi, name, hot, set);
443 f2fs_update_extension_list(sbi, name, hot, !set);
/linux-master/tools/testing/selftests/memory-hotplug/
H A Dmem-on-off-test.sh31 echo $msg no hot-pluggable memory >&2
37 # list all hot-pluggable memory
184 # Online all hot-pluggable memory
187 echo -e "\t online all hot-pluggable memory in offline state:"
196 echo -e "\t\t SKIPPED - no hot-pluggable memory in offline state"
200 # Offline $ratio percent of hot-pluggable memory
204 echo -e "\t offline $ratio% hot-pluggable memory in online state"
223 # Online all hot-pluggable memory again
226 echo -e "\t online all hot-pluggable memory in offline state:"
235 echo -e "\t\t SKIPPED - no hot
[all...]
/linux-master/drivers/crypto/
H A Dmxs-dcp.c98 unsigned int hot:1; member in struct:dcp_async_ctx
742 actx->hot = 0;
771 if (!actx->hot) {
772 actx->hot = 1;
/linux-master/include/linux/
H A Dthermal.h98 void (*hot)(struct thermal_zone_device *); member in struct:thermal_zone_device_ops
H A Dfb.h123 struct fbcurpos hot; /* cursor hot spot */ member in struct:fb_cursor_user
/linux-master/include/uapi/linux/
H A Dfb.h387 struct fbcurpos hot; /* cursor hot spot */ member in struct:fb_cursor
/linux-master/include/asm-generic/
H A Dvmlinux.lds.h568 *(.text.hot .text.hot.*) \
/linux-master/drivers/thermal/
H A Dthermal_core.c359 else if (tz->ops.hot)
360 tz->ops.hot(tz);
/linux-master/drivers/video/fbdev/
H A Dpm2fb.c1295 cursor->hot.x & 0x3f);
1297 cursor->hot.y & 0x3f);
H A Dpm3fb.c653 cursor->hot.x & 0x3f);
655 cursor->hot.y & 0x3f);
/linux-master/drivers/acpi/
H A Dthermal.c376 acpi_handle_debug(tz->device->handle, "No hot threshold\n");
570 /* Skip critical and hot trips. */
628 .hot = acpi_thermal_zone_device_hot,
/linux-master/drivers/video/fbdev/via/
H A Dviafbdev.c777 temp = (cursor->hot.x << 16) + cursor->hot.y;
/linux-master/arch/parisc/kernel/
H A Dpacache.S31 .section .text.hot

Completed in 256 milliseconds

12