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

/linux-master/drivers/md/
H A Ddm-bufio.c250 ER_EVICT, enumerator in enum:evict_result
278 case ER_EVICT:
941 if (pred(b, NULL) == ER_EVICT) {
1516 return ER_EVICT;
1527 return ER_EVICT;
1694 return ER_EVICT;
2263 return b->state ? ER_DONT_EVICT : ER_EVICT;
2713 return older_than(b, params->age_hz) ? ER_EVICT : ER_STOP;

Completed in 114 milliseconds