Home
last modified time | relevance | path

Searched refs:hotspot (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-cache-policy-smq.c552 * There are times when we don't have any confidence in the hotspot queue.
555 * seeing how often a lookup is in the top levels of the hotspot queue.
715 * We can't memset because that would clear the hotspot and in init_entry()
819 * active mappings. The hotspot queue uses a larger block size to
823 struct queue hotspot; member
1055 * If the hotspot queue is performing badly then we have little in update_promote_levels()
1077 * If the hotspot queue is performing badly, then we try and move entries
1104 q_redistribute(&mq->hotspot); in end_hotspot_period()
1315 q_requeue(&mq->hotspot, e, in update_hotspot_queue()
1325 e = q_pop(&mq->hotspot); in update_hotspot_queue()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-cache-policy-smq.c554 * There are times when we don't have any confidence in the hotspot queue.
557 * seeing how often a lookup is in the top levels of the hotspot queue.
718 * We can't memset because that would clear the hotspot and in init_entry()
822 * active mappings. The hotspot queue uses a larger block size to
826 struct queue hotspot; member
1060 * If the hotspot queue is performing badly then we have little in update_promote_levels()
1082 * If the hotspot queue is performing badly, then we try and move entries
1109 q_redistribute(&mq->hotspot); in end_hotspot_period()
1320 q_requeue(&mq->hotspot, e, in update_hotspot_queue()
1330 e = q_pop(&mq->hotspot); in update_hotspot_queue()
[all...]
/kernel/linux/linux-5.10/drivers/thermal/tegra/
H A Dsoctherm.c2066 u32 pdiv, hotspot; in soctherm_init() local
2072 /* program pdiv and hotspot offsets per THERM */ in soctherm_init()
2074 hotspot = readl(tegra->regs + SENSOR_HOTSPOT_OFF); in soctherm_init()
2078 /* hotspot offset from PLLX, doesn't need to configure PLLX */ in soctherm_init()
2081 hotspot = REG_SET_MASK(hotspot, in soctherm_init()
2086 writel(hotspot, tegra->regs + SENSOR_HOTSPOT_OFF); in soctherm_init()
/kernel/linux/linux-6.6/drivers/thermal/tegra/
H A Dsoctherm.c2028 u32 pdiv, hotspot; in soctherm_init() local
2034 /* program pdiv and hotspot offsets per THERM */ in soctherm_init()
2036 hotspot = readl(tegra->regs + SENSOR_HOTSPOT_OFF); in soctherm_init()
2040 /* hotspot offset from PLLX, doesn't need to configure PLLX */ in soctherm_init()
2043 hotspot = REG_SET_MASK(hotspot, in soctherm_init()
2048 writel(hotspot, tegra->regs + SENSOR_HOTSPOT_OFF); in soctherm_init()

Completed in 12 milliseconds