Searched refs:detail (Results 1 – 2 of 2) sorted by relevance
44 static void cache_init(struct cache_head *h, struct cache_detail *detail) in cache_init() argument51 if (now <= detail->flush_time) in cache_init()53 now = detail->flush_time + 1; in cache_init()57 struct cache_head *sunrpc_cache_lookup(struct cache_detail *detail, in sunrpc_cache_lookup() argument63 head = &detail->hash_table[hash]; in sunrpc_cache_lookup()65 read_lock(&detail->hash_lock); in sunrpc_cache_lookup()68 if (detail->match(tmp, key)) { in sunrpc_cache_lookup()69 if (cache_is_expired(detail, tmp)) in sunrpc_cache_lookup()73 read_unlock(&detail->hash_lock); in sunrpc_cache_lookup()77 read_unlock(&detail->hash_lock); in sunrpc_cache_lookup()[all …]
514 For more detail see http://www.icir.org/floyd/hstcp.html