Home
last modified time | relevance | path

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

/drivers/md/bcache/
Dbcache.h358 #define RECENT_IO (1 << RECENT_IO_BITS) macro
359 struct io io[RECENT_IO];
360 struct hlist_head io_hash[RECENT_IO + 1];
Dsuper.c1444 for (io = dc->io; io < dc->io + RECENT_IO; io++) { in cached_dev_init()
1446 hlist_add_head(&io->hash, dc->io_hash + RECENT_IO); in cached_dev_init()