Home
last modified time | relevance | path

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

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