Searched refs:thash (Results 1 – 1 of 1) sorted by relevance
83 struct trace *thash[TRACE_HASH_SIZE] = {}; variable370 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()