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

/linux-master/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
822 * active mappings. The hotspot queue uses a larger block size to
826 struct queue hotspot; member in struct:smq_policy
1060 * If the hotspot queue is performing badly then we have little
1082 * If the hotspot queue is performing badly, then we try and move entries
1109 q_redistribute(&mq->hotspot);
1320 q_requeue(&mq->hotspot, e,
1330 e = q_pop(&mq->hotspot);
[all...]
/linux-master/drivers/thermal/tegra/
H A Dsoctherm.c2028 u32 pdiv, hotspot; local
2034 /* program pdiv and hotspot offsets per THERM */
2036 hotspot = readl(tegra->regs + SENSOR_HOTSPOT_OFF);
2040 /* hotspot offset from PLLX, doesn't need to configure PLLX */
2043 hotspot = REG_SET_MASK(hotspot,
2048 writel(hotspot, tegra->regs + SENSOR_HOTSPOT_OFF);

Completed in 134 milliseconds