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

/linux-master/net/sunrpc/
H A Dcache.c379 static struct cache_detail *current_detail; variable in typeref:struct:cache_detail
408 if (current_detail == cd)
409 current_detail = NULL;
434 while (current_detail == NULL ||
435 current_index >= current_detail->hash_size) {
436 if (current_detail)
437 next = current_detail->others.next;
441 current_detail = NULL;
445 current_detail = list_entry(next, struct cache_detail, others);
446 if (current_detail
[all...]

Completed in 208 milliseconds