Searched refs:detail (Results 1 – 2 of 2) sorted by relevance
53 struct cache_head *sunrpc_cache_lookup(struct cache_detail *detail, in sunrpc_cache_lookup() argument59 head = &detail->hash_table[hash]; in sunrpc_cache_lookup()61 read_lock(&detail->hash_lock); in sunrpc_cache_lookup()65 if (detail->match(tmp, key)) { in sunrpc_cache_lookup()66 if (cache_is_expired(detail, tmp)) in sunrpc_cache_lookup()70 read_unlock(&detail->hash_lock); in sunrpc_cache_lookup()74 read_unlock(&detail->hash_lock); in sunrpc_cache_lookup()77 new = detail->alloc(); in sunrpc_cache_lookup()85 detail->init(new, key); in sunrpc_cache_lookup()87 write_lock(&detail->hash_lock); in sunrpc_cache_lookup()[all …]
525 For more detail see http://www.icir.org/floyd/hstcp.html