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

/linux-master/drivers/md/bcache/
H A Drequest.c358 static struct hlist_head *iohash(struct cached_dev *dc, uint64_t k) function
416 hlist_for_each_entry(i, iohash(dc, bio->bi_iter.bi_sector), hash)
434 hlist_add_head(&i->hash, iohash(dc, i->last));

Completed in 111 milliseconds