Searched refs:hotspot (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/Documentation/device-mapper/ |
D | cache-policies.txt | 65 has a 'hotspot' queue, rather than a pre-cache, which uses a quarter of 66 the entries (each hotspot block covers a larger area than a single 92 away. In addition it tracks performance of the hotspot queue, which 93 is used to decide which blocks to promote. If the hotspot queue is
|
/Linux-v4.19/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 456 /* hotspot = 100 * bandgap - 120 * adc + 484 */ 470 a thermal hotspot in the silicon. The above example illustrates this situation. 472 close to CPU hotspot and together with internal CPU sensor, it is used 473 to determine the hotspot. Assuming this is the case for the above example, 475 hotspot = 100 * bandgap - 120 * adc + 484 478 consider the hotspot extrapolation rule below: 479 hotspot = 1 * adc + 6000 481 In the above equation, the hotspot is always 6C higher than what is read 485 /* hotspot = 1 * adc + 6000 */
|
/Linux-v4.19/drivers/md/ |
D | dm-cache-policy-smq.c | 823 struct queue hotspot; member 1098 q_redistribute(&mq->hotspot); in end_hotspot_period() 1309 q_requeue(&mq->hotspot, e, in update_hotspot_queue() 1319 e = q_pop(&mq->hotspot); in update_hotspot_queue() 1330 q_push(&mq->hotspot, e); in update_hotspot_queue() 1782 q_init(&mq->hotspot, &mq->es, NR_HOTSPOT_LEVELS); in __smq_create() 1783 mq->hotspot.nr_top_levels = 8; in __smq_create() 1784 mq->hotspot.nr_in_top_levels = min(mq->nr_hotspot_blocks / NR_HOTSPOT_LEVELS, in __smq_create()
|
/Linux-v4.19/drivers/thermal/tegra/ |
D | soctherm.c | 1201 u32 pdiv, hotspot; in soctherm_init() local 1209 hotspot = readl(tegra->regs + SENSOR_HOTSPOT_OFF); in soctherm_init() 1216 hotspot = REG_SET_MASK(hotspot, in soctherm_init() 1221 writel(hotspot, tegra->regs + SENSOR_HOTSPOT_OFF); in soctherm_init()
|
/Linux-v4.19/Documentation/thermal/ |
D | sysfs-api.txt | 465 to determine a hotspot temperature based off the sensor's 472 to determine a hotspot temperature based off the sensor's
|