Home
last modified time | relevance | path

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

/linux/drivers/md/dm-pcache/
H A Ddm_pcache.c419 cache->key_head.cache_seg->cache_seg_id, in dm_pcache_status()
420 cache->key_head.seg_off, in dm_pcache_status()
/linux/net/ipv4/
H A Dtcp_ao.c1242 struct hlist_node *key_head; in tcp_ao_copy_all_matching() local
1305 key_head = rcu_dereference(hlist_first_rcu(&new_ao->head)); in tcp_ao_copy_all_matching()
1306 first_key = hlist_entry_safe(key_head, struct tcp_ao_key, node); in tcp_ao_copy_all_matching()
1327 hlist_for_each_entry_safe(key, key_head, &new_ao->head, node) { in tcp_ao_copy_all_matching()