Searched refs:__get_root (Results 1 – 1 of 1) sorted by relevance
/external/blktrace/btt/ |
D | inlines.h | 285 static inline struct rb_root *__get_root(struct d_info *dip, enum iop_type type) in __get_root() function 293 return rb_insert(__get_root(dip, iop->type), iop); in dip_rb_ins() 298 rb_erase(&iop->rb_node, __get_root(iop->dip, iop->type)); in dip_rb_rem() 306 rb_foreach(__get_root(dip, type)->rb_node, iop, fnc, head); in dip_rb_fe() 312 return rb_find_sec(__get_root(dip, type), sec); in dip_rb_find_sec()
|