Home
last modified time | relevance | path

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

/drivers/md/
A Ddm-bufio.c341 unsigned char list_mode; /* LIST_* */ member
565 return bc->lru[list_mode].count; in cache_count()
710 if (list_mode != b->list_mode) { in cache_mark()
711 lru_remove(&bc->lru[b->list_mode], &b->lru); in cache_mark()
712 b->list_mode = list_mode; in cache_mark()
713 lru_insert(&bc->lru[b->list_mode], &b->lru); in cache_mark()
737 b->list_mode = new_mode; in __cache_mark_many()
738 lru_insert(&bc->lru[b->list_mode], &b->lru); in __cache_mark_many()
773 struct lru *lru = &bc->lru[list_mode];
845 if (WARN_ON_ONCE(b->list_mode >= LIST_SIZE)) in cache_insert()
[all …]

Completed in 10 milliseconds