Searched refs:cr_lru (Results 1 – 3 of 3) sorted by relevance
381 cred = list_entry(head->next, struct rpc_cred, cr_lru); in rpcauth_destroy_credlist()382 list_del_init(&cred->cr_lru); in rpcauth_destroy_credlist()390 if (!list_empty(&cred->cr_lru)) in rpcauth_lru_add_locked()393 list_add_tail(&cred->cr_lru, &cred_unused); in rpcauth_lru_add_locked()399 if (!list_empty(&cred->cr_lru)) in rpcauth_lru_add()409 if (list_empty(&cred->cr_lru)) in rpcauth_lru_remove_locked()412 list_del_init(&cred->cr_lru); in rpcauth_lru_remove_locked()418 if (list_empty(&cred->cr_lru)) in rpcauth_lru_remove()447 list_add_tail(&cred->cr_lru, &free); in rpcauth_clear_credcache()485 list_for_each_entry_safe(cred, next, &cred_unused, cr_lru) { in rpcauth_prune_expired()[all …]
138 .cr_lru = LIST_HEAD_INIT(null_cred.cr_lru),
52 struct list_head cr_lru; /* lru garbage collection */ member