Home
last modified time | relevance | path

Searched refs:next_hotspot_period (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/md/
Ddm-cache-policy-smq.c852 unsigned long next_hotspot_period; member
1096 if (time_after(jiffies, mq->next_hotspot_period)) { in end_hotspot_period()
1100 mq->next_hotspot_period = jiffies + HOTSPOT_UPDATE_PERIOD; in end_hotspot_period()
1802 mq->next_hotspot_period = jiffies; in __smq_create()