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

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

Completed in 110 milliseconds