Searched refs:cu_cwnd_wait (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/rpc/
H A Dclnt_dg.c156 bool_t cu_cwnd_wait; member in struct:cu_data
244 cu->cu_cwnd_wait = FALSE;
462 cu->cu_cwnd_wait = TRUE;
463 error = msleep(&cu->cu_cwnd_wait, &cs->cs_lock,
502 if (cu->cu_cwnd_wait) {
503 cu->cu_cwnd_wait = FALSE;
504 wakeup(&cu->cu_cwnd_wait);
518 if (cu->cu_cwnd_wait) {
519 cu->cu_cwnd_wait = FALSE;
520 wakeup(&cu->cu_cwnd_wait);
[all...]

Completed in 92 milliseconds