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

/freebsd-10.1-release/usr.sbin/timed/timed/
H A Dreadmsg.c51 struct timeval rtime, rwait, rtout; variable in typeref:struct:
172 timevalsub(&rwait, &rtout, &rtime);
173 if (rwait.tv_sec < 0)
174 rwait.tv_sec = rwait.tv_usec = 0;
175 else if (rwait.tv_sec == 0
176 && rwait.tv_usec < 1000000/CLK_TCK)
177 rwait.tv_usec = 1000000/CLK_TCK;
181 (intmax_t)rwait.tv_sec, rwait
[all...]
/freebsd-10.1-release/sys/kern/
H A Dkern_rwlock.c1038 int rwait, wwait; local
1070 rwait = v & RW_LOCK_READ_WAITERS;
1072 MPASS(rwait | wwait);
1087 if (rwait && !wwait) {

Completed in 90 milliseconds