Searched refs:auth_max_cred_cachesize (Results 1 – 4 of 4) sorted by relevance
97 static unsigned long auth_max_cred_cachesize = ULONG_MAX; variable98 module_param(auth_max_cred_cachesize, ulong, 0644);99 MODULE_PARM_DESC(auth_max_cred_cachesize, "RPC credential maximum total cache size");504 if (number_cred_unused <= auth_max_cred_cachesize) in rpcauth_cache_enforce_limit()506 diff = number_cred_unused - auth_max_cred_cachesize; in rpcauth_cache_enforce_limit()
16 …vport:portnrsunrpc.parm=auth_max_cred_cachesize:RPC credential maximum total cache sizesunrpc.pa…
159497 ffff8000120c65f8 d auth_max_cred_cachesize
Completed in 351 milliseconds