Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/bcache/
Dbcache.h357 #define RECENT_IO (1 << RECENT_IO_BITS) macro
358 struct io io[RECENT_IO];
359 struct hlist_head io_hash[RECENT_IO + 1];
Dsuper.c1415 for (io = dc->io; io < dc->io + RECENT_IO; io++) { in cached_dev_init()
1417 hlist_add_head(&io->hash, dc->io_hash + RECENT_IO); in cached_dev_init()