Searched refs:IO_HASH_TABLE_SIZE (Results 1 – 1 of 1) sorted by relevance
41 #define IO_HASH_TABLE_SIZE (1 << IO_HASH_TABLE_BITS) macro42 static struct list_head io_hash_table[IO_HASH_TABLE_SIZE];191 for (i = 0; i < IO_HASH_TABLE_SIZE; i++) { in init_io_hash_table()