Home
last modified time | relevance | path

Searched refs:nr_to_scan (Results 1 – 1 of 1) sorted by relevance

/net/sunrpc/
Dauth.c417 rpcauth_prune_expired(struct list_head *free, int nr_to_scan) in rpcauth_prune_expired() argument
425 if (nr_to_scan-- == 0) in rpcauth_prune_expired()
460 int nr_to_scan = sc->nr_to_scan; in rpcauth_cache_shrinker() local
464 return (nr_to_scan == 0) ? 0 : -1; in rpcauth_cache_shrinker()
468 res = rpcauth_prune_expired(&free, nr_to_scan); in rpcauth_cache_shrinker()