Searched refs:RECENT_IO (Results 1 – 2 of 2) sorted by relevance
357 #define RECENT_IO (1 << RECENT_IO_BITS) macro358 struct io io[RECENT_IO];359 struct hlist_head io_hash[RECENT_IO + 1];
1442 for (io = dc->io; io < dc->io + RECENT_IO; io++) { in cached_dev_init()1444 hlist_add_head(&io->hash, dc->io_hash + RECENT_IO); in cached_dev_init()