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

/freebsd-10.3-release/sys/rpc/
H A Dauth_unix.c103 #define AUTH_UNIX_HASH_SIZE 16 macro
105 static struct audata_list auth_unix_cache[AUTH_UNIX_HASH_SIZE];
115 for (i = 0; i < AUTH_UNIX_HASH_SIZE; i++)
144 % AUTH_UNIX_HASH_SIZE;
156 h = HASHSTEP(HASHINIT, cred->cr_uid) % AUTH_UNIX_HASH_SIZE;

Completed in 102 milliseconds