Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-cache-policy-smq.c855 unsigned long next_hotspot_period; member
1107 if (time_after(jiffies, mq->next_hotspot_period)) { in end_hotspot_period()
1111 mq->next_hotspot_period = jiffies + HOTSPOT_UPDATE_PERIOD; in end_hotspot_period()
1812 mq->next_hotspot_period = jiffies; in __smq_create()