Home | History | Annotate | Download | only in blktrace

Lines Matching refs:trace_list

234 static struct trace *trace_list;
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;