Home
last modified time | relevance | path

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

/external/blktrace/btt/
Ddip_rb.c26 struct io *__iop; in rb_insert() local
33 __iop = rb_entry(parent, struct io, rb_node); in rb_insert()
34 __s = BIT_START(__iop); in rb_insert()
51 struct io *__iop; in rb_find_sec() local
55 __iop = rb_entry(n, struct io, rb_node); in rb_find_sec()
56 if (sec < BIT_START(__iop)) in rb_find_sec()
58 else if (sec >= BIT_END(__iop)) in rb_find_sec()
61 return __iop; in rb_find_sec()