Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dbcache.h360 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()
H A Dsuper.c1446 hlist_add_head(&io->hash, dc->io_hash + RECENT_IO); in cached_dev_init()
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dbcache.h360 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()
H A Dsuper.c1417 hlist_add_head(&io->hash, dc->io_hash + RECENT_IO); in cached_dev_init()

Completed in 13 milliseconds