Searched refs:cr_lru (Results 1 – 4 of 4) sorted by relevance
330 list_del_init(&cred->cr_lru); in rpcauth_destroy_credlist()338 if (!list_empty(&cred->cr_lru)) in rpcauth_lru_add_locked()341 list_add_tail(&cred->cr_lru, &cred_unused); in rpcauth_lru_add_locked()347 if (!list_empty(&cred->cr_lru)) in rpcauth_lru_add()357 if (list_empty(&cred->cr_lru)) in rpcauth_lru_remove_locked()360 list_del_init(&cred->cr_lru); in rpcauth_lru_remove_locked()366 if (list_empty(&cred->cr_lru)) in rpcauth_lru_remove()395 list_add_tail(&cred->cr_lru, &free); in rpcauth_clear_credcache()452 list_add_tail(&cred->cr_lru, free); in rpcauth_prune_expired()558 list_add_tail(&new->cr_lru, &free); in rpcauth_lookup_credcache()[all …]
138 .cr_lru = LIST_HEAD_INIT(null_cred.cr_lru),
170 .cr_lru = LIST_HEAD_INIT(tls_cred.cr_lru),
50 struct list_head cr_lru; /* lru garbage collection */ member
Completed in 11 milliseconds