Lines Matching refs:free
401 LIST_HEAD(free); in rpcauth_clear_credcache()
418 list_add_tail(&cred->cr_lru, &free); in rpcauth_clear_credcache()
424 rpcauth_destroy_credlist(&free); in rpcauth_clear_credcache()
451 rpcauth_prune_expired(struct list_head *free, int nr_to_scan) in rpcauth_prune_expired() argument
480 list_add_tail(&cred->cr_lru, free); in rpcauth_prune_expired()
491 LIST_HEAD(free); in rpcauth_cache_do_shrink()
495 freed = rpcauth_prune_expired(&free, nr_to_scan); in rpcauth_cache_do_shrink()
497 rpcauth_destroy_credlist(&free); in rpcauth_cache_do_shrink()
548 LIST_HEAD(free); in rpcauth_lookup_credcache()
601 list_add_tail(&new->cr_lru, &free); in rpcauth_lookup_credcache()
614 rpcauth_destroy_credlist(&free); in rpcauth_lookup_credcache()