Home
last modified time | relevance | path

Searched refs:current_detail (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/net/sunrpc/
H A Dcache.c419 if (current_detail == cd) in sunrpc_destroy_cache_detail()
420 current_detail = NULL; in sunrpc_destroy_cache_detail()
445 while (current_detail == NULL || in cache_clean()
447 if (current_detail) in cache_clean()
448 next = current_detail->others.next; in cache_clean()
452 current_detail = NULL; in cache_clean()
466 while (current_detail && in cache_clean()
473 if (current_detail && current_index < current_detail->hash_size) { in cache_clean()
479 spin_lock(&current_detail->hash_lock); in cache_clean()
496 spin_unlock(&current_detail->hash_lock); in cache_clean()
[all …]