Searched refs:le_predicate (Results 1 – 1 of 1) sorted by relevance
255 typedef enum evict_result (*le_predicate)(struct lru_entry *le, void *context); typedef257 static struct lru_entry *lru_evict(struct lru *lru, le_predicate pred, void *context, bool no_sleep) in lru_evict()