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

/freebsd-10.3-release/sys/rpc/
H A Dauth_unix.c107 static struct sx auth_unix_lock; variable in typeref:struct:sx
118 sx_init(&auth_unix_lock, "auth_unix_lock");
141 sx_xlock(&auth_unix_lock);
148 sx_xunlock(&auth_unix_lock);
159 sx_slock(&auth_unix_lock);
163 if (sx_try_upgrade(&auth_unix_lock)) {
170 sx_xunlock(&auth_unix_lock);
172 sx_sunlock(&auth_unix_lock);
178 sx_sunlock(&auth_unix_lock);
[all...]

Completed in 48 milliseconds