Searched refs:hash_entry (Results 1 – 1 of 1) sorted by relevance
/kernel/locking/ |
D | lockdep.c | 460 struct hlist_node hash_entry; member 509 hlist_for_each_entry(t2, hash_head, hash_entry) { in save_trace() 514 hlist_add_head(&trace->hash_entry, hash_head); in save_trace() 527 hlist_for_each_entry(trace, &stack_trace_hash[i], hash_entry) { in lockdep_stack_trace_count() 833 hlist_for_each_entry_rcu_notrace(class, hash_head, hash_entry) { in look_up_lock_class() 1127 hlist_for_each_entry_rcu(k, hash_head, hash_entry) { in lockdep_register_key() 1131 hlist_add_head_rcu(&key->hash_entry, hash_head); in lockdep_register_key() 1160 hlist_for_each_entry_rcu(k, hash_head, hash_entry) { in is_dynamic_key() 1206 hlist_for_each_entry_rcu(class, hash_head, hash_entry) { in register_lock_class() 1238 hlist_add_head_rcu(&class->hash_entry, hash_head); in register_lock_class() [all …]
|