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

/freebsd-current/sys/geom/
H A Dgeom_slice.h68 g_event_t *hot; member in struct:g_slicer
H A Dgeom_slice.c148 * XXX: bio, or only the non-hot bits. This would get messy if there were
149 * XXX: two hot spots in the same bio, so for now we simply finish off the
150 * XXX: entire bio. Modifying hot data on the way to disk is frowned on
238 * Check if we collide with any hot spaces, and call the
266 error = g_post_event(gsp->hot, bp, M_NOWAIT,
/freebsd-current/sys/dev/acpica/
H A Dacpi_thermal.c78 int hot; member in struct:acpi_tz_zone
290 offsetof(struct acpi_tz_softc, tz_zone.hot), acpi_tz_temp_sysctl, "IK",
291 "too hot temp setpoint (suspend now)");
426 acpi_tz_getparam(sc, "_HOT", &sc->tz_zone.hot);
444 acpi_tz_sanity(sc, &sc->tz_zone.hot, "_HOT");
524 * Note that the _ACx levels sort from hot to cold.
556 if (sc->tz_zone.hot != -1 && temp >= sc->tz_zone.hot)
/freebsd-current/usr.sbin/ppp/
H A Dtty.c262 int ldisc, cs, ds, hot; local
310 /* Set the ``hot char'' on the TTY node */
311 hot = HDLC_SYN;
312 log_Printf(LogDEBUG, "%s: Set tty hotchar to 0x%02x\n", p->link.name, hot);
314 NGM_TTY_SET_HOTCHAR, &hot, sizeof hot) < 0) {
315 log_Printf(LogWARN, "%s: Can't set hot char\n", p->link.name);
/freebsd-current/sys/contrib/dpdk_rte_lpm/
H A Drte_common.h195 * Hint function in the hot path
197 #define __rte_hot __attribute__((hot))
/freebsd-current/sys/kern/
H A Dvfs_cache.c1209 * split into hot and cold entries. Entries get promoted after getting a hit.
1255 SYSCTL_PROC(_vfs_cache_neg, OID_AUTO, hot, CTLTYPE_INT | CTLFLAG_RD |
1257 "Number of hot negative entries");
1306 * Move a negative entry to the hot list.
1326 * Move a hot negative entry to the cold list.
1346 * Move a negative entry to the hot list if it matches the lookup.

Completed in 190 milliseconds