Home
last modified time | relevance | path

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

/external/blktrace/
Dblkiomon.c83 struct trace *thash[TRACE_HASH_SIZE] = {}; variable
370 t->next = thash[i]; in blkiomon_store_trace()
371 thash[i] = t; in blkiomon_store_trace()
379 for (t = thash[i]; t; t = t->next) { in blkiomon_fetch_trace()
386 thash[i] = t->next; in blkiomon_fetch_trace()
586 for (t = thash[i]; t; t = t->next) { in blkiomon_debug()