Home
last modified time | relevance | path

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

/external/blktrace/
Dblkparse.c240 static struct trace *t_alloc_list; variable
731 t->next = t_alloc_list; in t_free()
732 t_alloc_list = t; in t_free()
740 struct trace *t = t_alloc_list; in t_alloc()
743 t_alloc_list = t->next; in t_alloc()