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

/freebsd-10.0-release/sys/rpc/
H A Dclnt_dg.c159 bool_t cu_cwnd_wait; member in struct:cu_data
247 cu->cu_cwnd_wait = FALSE;
465 cu->cu_cwnd_wait = TRUE;
466 error = msleep(&cu->cu_cwnd_wait, &cs->cs_lock,
505 if (cu->cu_cwnd_wait) {
506 cu->cu_cwnd_wait = FALSE;
507 wakeup(&cu->cu_cwnd_wait);
521 if (cu->cu_cwnd_wait) {
522 cu->cu_cwnd_wait = FALSE;
523 wakeup(&cu->cu_cwnd_wait);
[all...]

Completed in 59 milliseconds