Home
last modified time | relevance | path

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

/external/blktrace/btt/
Dinlines.h138 list_add_tail(&iop->a_head, &all_ios); in io_alloc()
145 list_del(&iop->a_head); in io_free()
155 iop = list_entry(p, struct io, a_head); in io_free_all()
Dglobals.h153 struct list_head f_head, a_head; member