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

/freebsd-10.0-release/sys/kern/
H A Dkern_poll.c51 static struct mtx poll_mtx; variable in typeref:struct:mtx
121 mtx_lock(&poll_mtx);
127 mtx_unlock(&poll_mtx);
145 mtx_lock(&poll_mtx);
147 mtx_unlock(&poll_mtx);
151 mtx_unlock(&poll_mtx);
175 mtx_lock(&poll_mtx);
177 mtx_unlock(&poll_mtx);
198 mtx_lock(&poll_mtx);
202 mtx_unlock(&poll_mtx);
[all...]

Completed in 76 milliseconds