RB_MAXLVL_PRINT
if (depth < 0 || depth >= RB_MAXLVL_PRINT)
if (depth < 0 || depth >= RB_MAXLVL_PRINT) {
int rb_print_pop_up(struct rbnode __arena **rbnodep, u8 *depthp, enum rb_print_state (*stack)[RB_MAXLVL_PRINT], enum rb_print_state *state)
for (j = 0; j < RB_MAXLVL_PRINT && can_loop; j++) {
if (depth < 0 || depth >= RB_MAXLVL_PRINT)
*state = (*stack)[depth % RB_MAXLVL_PRINT];
enum rb_print_state stack[RB_MAXLVL_PRINT];
if (depth < 0 || depth >= RB_MAXLVL_PRINT)
if (depth < 0 || depth >= RB_MAXLVL_PRINT) {
enum rb_print_state stack[RB_MAXLVL_PRINT];