Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/
Ddm-bufio.c255 typedef enum evict_result (*le_predicate)(struct lru_entry *le, void *context); typedef
257 static struct lru_entry *lru_evict(struct lru *lru, le_predicate pred, void *context, bool no_sleep) in lru_evict()