Searched refs:__iop (Results 1 – 1 of 1) sorted by relevance
26 struct io *__iop; in rb_insert() local33 __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() local55 __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()