RECENT_IO         357 drivers/md/bcache/bcache.h 	struct io		io[RECENT_IO];
RECENT_IO         358 drivers/md/bcache/bcache.h 	struct hlist_head	io_hash[RECENT_IO + 1];
RECENT_IO        1322 drivers/md/bcache/super.c 	for (io = dc->io; io < dc->io + RECENT_IO; io++) {
RECENT_IO        1324 drivers/md/bcache/super.c 		hlist_add_head(&io->hash, dc->io_hash + RECENT_IO);