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

/freebsd-13-stable/sys/rpc/
H A Dauth_unix.c110 static int auth_unix_count; variable
141 if (auth_unix_count > AUTH_UNIX_MAX) {
142 while (auth_unix_count > AUTH_UNIX_MAX) {
149 auth_unix_count--;
231 auth_unix_count++;

Completed in 55 milliseconds