bl_cmp
int bl_cmp(struct bl_node *, struct bl_node *);
RB_PROTOTYPE(bl_tree, bl_node, entry, bl_cmp)
RB_GENERATE(bl_tree, bl_node, entry, bl_cmp)