Searched refs:should_promote (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/md/ |
D | dm-cache-policy-mq.c | 780 static bool should_promote(struct mq_policy *mq, struct entry *e, in should_promote() function 847 if (!should_promote(mq, e, discarded_oblock, data_dir)) { in pre_cache_entry_found()
|
D | dm-cache-policy-smq.c | 1140 static enum promote_result should_promote(struct smq_policy *mq, struct entry *hs_e, struct bio *bi… in should_promote() function 1252 pr = should_promote(mq, hs_e, bio, fast_promote); in map()
|