Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sunrpc/
H A 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 in cache_clean()
[all...]
/kernel/linux/linux-6.6/net/sunrpc/
H A Dcache.c379 static struct cache_detail *current_detail; variable
408 if (current_detail == cd) in sunrpc_destroy_cache_detail()
409 current_detail = NULL; in sunrpc_destroy_cache_detail()
434 while (current_detail == NULL || in cache_clean()
435 current_index >= current_detail->hash_size) { in cache_clean()
436 if (current_detail) in cache_clean()
437 next = current_detail->others.next; in cache_clean()
441 current_detail = NULL; in cache_clean()
445 current_detail = list_entry(next, struct cache_detail, others); in cache_clean()
446 if (current_detail in cache_clean()
[all...]

Completed in 6 milliseconds