Searched refs:age_hz (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-bufio.c | 2640 static bool older_than(struct dm_buffer *b, unsigned long age_hz) in older_than() argument 2642 return time_after_eq(jiffies, READ_ONCE(b->last_accessed) + age_hz); in older_than() 2647 unsigned long age_hz; member 2677 return older_than(b, params->age_hz) ? ER_EVICT : ER_STOP; in select_for_evict() 2706 static void evict_old_buffers(struct dm_bufio_client *c, unsigned long age_hz) in evict_old_buffers() argument 2708 struct evict_params params = {.gfp = 0, .age_hz = age_hz, .last_accessed = 0}; in evict_old_buffers() 2797 .age_hz = 0, in __evict_a_few()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-bufio.c | 1902 static bool older_than(struct dm_buffer *b, unsigned long age_hz) in older_than() argument 1904 return time_after_eq(jiffies, b->last_accessed + age_hz); in older_than() 1907 static void __evict_old_buffers(struct dm_bufio_client *c, unsigned long age_hz) in __evict_old_buffers() argument 1928 if (!older_than(b, age_hz)) in __evict_old_buffers()
|
Completed in 8 milliseconds