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

/freebsd-10.0-release/sys/rpc/
H A Dauth_unix.c104 #define AUTH_UNIX_HASH_SIZE 16 macro
106 static struct audata_list auth_unix_cache[AUTH_UNIX_HASH_SIZE];
116 for (i = 0; i < AUTH_UNIX_HASH_SIZE; i++)
145 % AUTH_UNIX_HASH_SIZE;
157 h = HASHSTEP(HASHINIT, cred->cr_uid) % AUTH_UNIX_HASH_SIZE;

Completed in 104 milliseconds