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

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

Completed in 51 milliseconds