Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-bufio.c2640 static bool older_than(struct dm_buffer *b, unsigned long age_hz) in older_than() function
2677 return older_than(b, params->age_hz) ? ER_EVICT : ER_STOP; in select_for_evict()