auth_max_cred_cachesize   97 net/sunrpc/auth.c static unsigned long auth_max_cred_cachesize = ULONG_MAX;
auth_max_cred_cachesize   98 net/sunrpc/auth.c module_param(auth_max_cred_cachesize, ulong, 0644);
auth_max_cred_cachesize   99 net/sunrpc/auth.c MODULE_PARM_DESC(auth_max_cred_cachesize, "RPC credential maximum total cache size");
auth_max_cred_cachesize  553 net/sunrpc/auth.c 	if (number_cred_unused <= auth_max_cred_cachesize)
auth_max_cred_cachesize  555 net/sunrpc/auth.c 	diff = number_cred_unused - auth_max_cred_cachesize;