Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/
Dcache.c336 static struct cache_detail *current_detail; variable
365 if (current_detail == cd) in sunrpc_destroy_cache_detail()
366 current_detail = NULL; in sunrpc_destroy_cache_detail()
391 while (current_detail == NULL || in cache_clean()
392 current_index >= current_detail->hash_size) { in cache_clean()
393 if (current_detail) in cache_clean()
394 next = current_detail->others.next; in cache_clean()
398 current_detail = NULL; in cache_clean()
402 current_detail = list_entry(next, struct cache_detail, others); in cache_clean()
403 if (current_detail->nextcheck > seconds_since_boot()) in cache_clean()
[all …]