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

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

Completed in 112 milliseconds