Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sunrpc/
H A Dauth.c97 static unsigned long auth_max_cred_cachesize = ULONG_MAX; variable
98 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()
/kernel/linux/linux-6.6/net/sunrpc/
H A Dauth.c94 static unsigned long auth_max_cred_cachesize = ULONG_MAX; variable
95 module_param(auth_max_cred_cachesize, ulong, 0644);
96 MODULE_PARM_DESC(auth_max_cred_cachesize, "RPC credential maximum total cache size");
501 if (number_cred_unused <= auth_max_cred_cachesize) in rpcauth_cache_enforce_limit()
503 diff = number_cred_unused - auth_max_cred_cachesize; in rpcauth_cache_enforce_limit()

Completed in 4 milliseconds