Lines Matching defs:nr_to_scan
430 rpcauth_prune_expired(struct list_head *free, int nr_to_scan)
438 if (nr_to_scan-- == 0)
461 rpcauth_cache_do_shrink(int nr_to_scan)
467 freed = rpcauth_prune_expired(&free, nr_to_scan);
488 return rpcauth_cache_do_shrink(sc->nr_to_scan);
502 unsigned int nr_to_scan;
507 nr_to_scan = 100;
508 if (diff < nr_to_scan)
509 nr_to_scan = diff;
510 rpcauth_cache_do_shrink(nr_to_scan);