Home
last modified time | relevance | path

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

/kernel/locking/
Dlockdep.c655 struct list_head *hash_head; in look_up_lock_class() local
700 hash_head = classhashentry(key); in look_up_lock_class()
706 list_for_each_entry(class, hash_head, hash_entry) { in look_up_lock_class()
729 struct list_head *hash_head; in register_lock_class() local
751 hash_head = classhashentry(key); in register_lock_class()
762 list_for_each_entry(class, hash_head, hash_entry) in register_lock_class()
793 list_add_tail_rcu(&class->hash_entry, hash_head); in register_lock_class()
2009 struct list_head *hash_head = chainhashentry(chain_key); in lookup_chain_cache() local
2025 list_for_each_entry(chain, hash_head, entry) { in lookup_chain_cache()
2049 list_for_each_entry(chain, hash_head, entry) { in lookup_chain_cache()
[all …]