Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Dbcache.h364 struct hlist_head io_hash[RECENT_IO + 1]; member
H A Drequest.c360 return &dc->io_hash[hash_64(k, RECENT_IO_BITS)]; in iohash()