Home
last modified time | relevance | path

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

/kernel/locking/
Dlockdep.c354 #define chainhashentry(chain) (chainhash_table + __chainhashfn((chain))) macro
2918 struct hlist_head *hash_head = chainhashentry(chain_key); in add_chain_cache()
2978 struct hlist_head *hash_head = chainhashentry(chain_key); in lookup_chain_cache()
4948 hlist_add_head_rcu(&new_chain->entry, chainhashentry(chain_key)); in remove_class_from_lock_chain()