rb_least
int rb_least(struct rbtree __arena *rbtree, u64 *key, u64 *value);
ret = rb_least(rbtree, &key, &value);