Searched refs:TRACE_HASH_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/blktrace/
H A Dblkiomon.c82 #define TRACE_HASH_SIZE 128 macro
83 struct trace *thash[TRACE_HASH_SIZE] = {};
368 int i = t->bit.sector % TRACE_HASH_SIZE;
376 int i = bit->sector % TRACE_HASH_SIZE;
585 for (i = 0; i < TRACE_HASH_SIZE; i++)

Completed in 242 milliseconds