Searched refs:cv_res (Results 1 – 3 of 3) sorted by relevance
1119 int cv_res; in zyd_cb_lock_wait() local1133 cv_res = in zyd_cb_lock_wait()1135 if (cv_res <= 0) in zyd_cb_lock_wait()
1929 int cv_res, error; in nlm_slock_wait() local1935 cv_res = 1; in nlm_slock_wait()1939 while (nslp->nsl_state == NLM_SL_BLOCKED && cv_res > 0) { in nlm_slock_wait()1940 cv_res = cv_timedwait_sig(&nslp->nsl_cond, in nlm_slock_wait()1954 if (cv_res <= 0) { in nlm_slock_wait()1956 error = (cv_res < 0) ? ETIMEDOUT : EINTR; in nlm_slock_wait()
1074 int res, cv_res; in uath_cmd_lock_wait() local1088 cv_res = cv_timedwait_sig(&lock->cv, in uath_cmd_lock_wait()1090 if (cv_res <= 0) break; in uath_cmd_lock_wait()