Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Ddm-bufio.c1933 static bool older_than(struct dm_buffer *b, unsigned long age_hz) in older_than() argument
1935 return time_after_eq(jiffies, b->last_accessed + age_hz); in older_than()
1938 static void __evict_old_buffers(struct dm_bufio_client *c, unsigned long age_hz) in __evict_old_buffers() argument
1959 if (!older_than(b, age_hz)) in __evict_old_buffers()