Searched refs:hotspot (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/Documentation/admin-guide/device-mapper/ |
D | cache-policies.rst | 68 has a 'hotspot' queue, rather than a pre-cache, which uses a quarter of 69 the entries (each hotspot block covers a larger area than a single 97 away. In addition it tracks performance of the hotspot queue, which 98 is used to decide which blocks to promote. If the hotspot queue is
|
/linux-6.12.1/drivers/md/ |
D | dm-cache-policy-smq.c | 826 struct queue hotspot; member 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() 1341 q_push(&mq->hotspot, e); in update_hotspot_queue() 1792 q_init(&mq->hotspot, &mq->es, NR_HOTSPOT_LEVELS); in __smq_create() 1793 mq->hotspot.nr_top_levels = 8; in __smq_create() 1794 mq->hotspot.nr_in_top_levels = min(mq->nr_hotspot_blocks / NR_HOTSPOT_LEVELS, in __smq_create()
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-class-thermal | 174 to determine a hotspot temperature based off the sensor's 183 to determine a hotspot temperature based off the sensor's
|
/linux-6.12.1/drivers/thermal/tegra/ |
D | soctherm.c | 2025 u32 pdiv, hotspot; in soctherm_init() local 2033 hotspot = readl(tegra->regs + SENSOR_HOTSPOT_OFF); in soctherm_init() 2040 hotspot = REG_SET_MASK(hotspot, in soctherm_init() 2045 writel(hotspot, tegra->regs + SENSOR_HOTSPOT_OFF); in soctherm_init()
|
/linux-6.12.1/Documentation/kernel-hacking/ |
D | false-sharing.rst | 194 the hotspot switches to a new place.
|
/linux-6.12.1/Documentation/gpu/ |
D | drm-kms.rst | 610 :doc: hotspot properties
|