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

/freebsd-10.3-release/sys/rpc/
H A Dauth_unix.c108 static int auth_unix_count; variable
139 if (auth_unix_count > AUTH_UNIX_MAX) {
140 while (auth_unix_count > AUTH_UNIX_MAX) {
147 auth_unix_count--;
229 auth_unix_count++;

Completed in 68 milliseconds