MAXTRIES
maxtries = MAXTRIES;
GORET(1, (i >= MAXTRIES) ? UU_LOCK_TRY_ERR : UU_LOCK_OK);
for (i = 0; i < MAXTRIES; i++) {