Searched refs:RECENT_IO (Results 1 – 2 of 2) sorted by relevance
358 #define RECENT_IO (1 << RECENT_IO_BITS) macro359 struct io io[RECENT_IO];360 struct hlist_head io_hash[RECENT_IO + 1];
1444 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()