IS_LEAF
if (IS_LEAF(n))
if (unlikely(IS_LEAF(n)))
if (IS_LEAF(n) && (n->key >= key))
if (IS_LEAF(n)) {