Searched refs:rpc_cred_shrinker (Results 1 – 1 of 1) sorted by relevance
866 static struct shrinker *rpc_cred_shrinker; variable875 rpc_cred_shrinker = shrinker_alloc(0, "sunrpc_cred"); in rpcauth_init_module()876 if (!rpc_cred_shrinker) { in rpcauth_init_module()881 rpc_cred_shrinker->count_objects = rpcauth_cache_shrink_count; in rpcauth_init_module()882 rpc_cred_shrinker->scan_objects = rpcauth_cache_shrink_scan; in rpcauth_init_module()884 shrinker_register(rpc_cred_shrinker); in rpcauth_init_module()896 shrinker_free(rpc_cred_shrinker); in rpcauth_remove_module()