Home
last modified time | relevance | path

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

/net/sunrpc/
Dcache.c53 struct cache_head *sunrpc_cache_lookup(struct cache_detail *detail, in sunrpc_cache_lookup() argument
59 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 …]
/net/ipv4/
DKconfig525 For more detail see http://www.icir.org/floyd/hstcp.html