Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-bufio.c1741 static bool older_than(struct dm_buffer *b, unsigned long age_hz) in older_than() argument
1743 return time_after_eq(jiffies, b->last_accessed + age_hz); in older_than()
1746 static void __evict_old_buffers(struct dm_bufio_client *c, unsigned long age_hz) in __evict_old_buffers() argument
1759 if (!older_than(b, age_hz)) in __evict_old_buffers()