Home
last modified time | relevance | path

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

/external/blktrace/iowatcher/
Dblkparse.c40 #define IO_HASH_TABLE_BITS 11 macro
41 #define IO_HASH_TABLE_SIZE (1 << IO_HASH_TABLE_BITS)
218 return hash >> (64 - IO_HASH_TABLE_BITS); in hash_sector()