Searched defs:trace_list (Results 1 - 1 of 1) sorted by relevance

/external/blktrace/
H A Dblkparse.c234 static struct trace *trace_list; variable in typeref:struct:trace
1864 struct trace *t = trace_list;
1916 while ((t = trace_list) != NULL) {
1919 trace_list = t->next;
2223 t->next = trace_list;
2224 trace_list = t;

Completed in 134 milliseconds