Home
last modified time | relevance | path

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

/kernel/locking/
Dlockdep.c562 struct hlist_head *hash_head; in save_trace() local
587 hash_head = stack_trace_hash + (hash & (STACK_TRACE_HASH_SIZE - 1)); in save_trace()
588 hlist_for_each_entry(t2, hash_head, hash_entry) { in save_trace()
593 hlist_add_head(&trace->hash_entry, hash_head); in save_trace()
883 struct hlist_head *hash_head; in look_up_lock_class() local
916 hash_head = classhashentry(key); in look_up_lock_class()
924 hlist_for_each_entry_rcu_notrace(class, hash_head, hash_entry) { in look_up_lock_class()
1212 struct hlist_head *hash_head; in lockdep_register_key() local
1218 hash_head = keyhashentry(key); in lockdep_register_key()
1223 hlist_for_each_entry_rcu(k, hash_head, hash_entry) { in lockdep_register_key()
[all …]