Home
last modified time | relevance | path

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

/net/sunrpc/
Dcache.c377 static struct cache_detail *current_detail; variable
406 if (current_detail == cd) in sunrpc_destroy_cache_detail()
407 current_detail = NULL; in sunrpc_destroy_cache_detail()
432 while (current_detail == NULL || in cache_clean()
433 current_index >= current_detail->hash_size) { in cache_clean()
434 if (current_detail) in cache_clean()
435 next = current_detail->others.next; in cache_clean()
439 current_detail = NULL; in cache_clean()
443 current_detail = list_entry(next, struct cache_detail, others); in cache_clean()
444 if (current_detail->nextcheck > seconds_since_boot()) in cache_clean()
[all …]