Searched refs:cr_lru (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | auth.c | 332 cred = list_entry(head->next, struct rpc_cred, cr_lru); in rpcauth_destroy_credlist() 333 list_del_init(&cred->cr_lru); in rpcauth_destroy_credlist() 341 if (!list_empty(&cred->cr_lru)) in rpcauth_lru_add_locked() 344 list_add_tail(&cred->cr_lru, &cred_unused); in rpcauth_lru_add_locked() 350 if (!list_empty(&cred->cr_lru)) in rpcauth_lru_add() 360 if (list_empty(&cred->cr_lru)) in rpcauth_lru_remove_locked() 363 list_del_init(&cred->cr_lru); in rpcauth_lru_remove_locked() 369 if (list_empty(&cred->cr_lru)) in rpcauth_lru_remove() 398 list_add_tail(&cred->cr_lru, &free); in rpcauth_clear_credcache() 436 list_for_each_entry_safe(cred, next, &cred_unused, cr_lru) { in rpcauth_prune_expired() [all...] |
H A D | auth_null.c | 138 .cr_lru = LIST_HEAD_INIT(null_cred.cr_lru),
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | auth.c | 329 cred = list_entry(head->next, struct rpc_cred, cr_lru); in rpcauth_destroy_credlist() 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() 433 list_for_each_entry_safe(cred, next, &cred_unused, cr_lru) { in rpcauth_prune_expired() [all...] |
H A D | auth_null.c | 138 .cr_lru = LIST_HEAD_INIT(null_cred.cr_lru),
|
H A D | auth_tls.c | 170 .cr_lru = LIST_HEAD_INIT(tls_cred.cr_lru),
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | auth.h | 50 struct list_head cr_lru; /* lru garbage collection */ member
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | auth.h | 50 struct list_head cr_lru; /* lru garbage collection */ member
|
Completed in 4 milliseconds