Lines Matching refs:ret
326 int ret;337 ret = hwspin_lock_timeout(hwlock, 1000);338 if (ret)349 ret = hwspin_lock_free(hwlock);350 if (ret)353 return ret;359 int ret;370 ret = hwspin_trylock(hwlock);371 if (!ret) {384 ret = hwspin_lock_free(hwlock);385 if (ret)388 return ret;