Searched refs:auth_max_cred_cachesize (Results 1 – 1 of 1) sorted by relevance
83 static unsigned long auth_max_cred_cachesize = ULONG_MAX; variable84 module_param(auth_max_cred_cachesize, ulong, 0644);85 MODULE_PARM_DESC(auth_max_cred_cachesize, "RPC credential maximum total cache size");532 if (number_cred_unused <= auth_max_cred_cachesize) in rpcauth_cache_enforce_limit()534 diff = number_cred_unused - auth_max_cred_cachesize; in rpcauth_cache_enforce_limit()