hash_head         483 kernel/locking/lockdep.c 	struct hlist_head *hash_head;
hash_head         508 kernel/locking/lockdep.c 	hash_head = stack_trace_hash + (hash & (STACK_TRACE_HASH_SIZE - 1));
hash_head         509 kernel/locking/lockdep.c 	hlist_for_each_entry(t2, hash_head, hash_entry) {
hash_head         514 kernel/locking/lockdep.c 	hlist_add_head(&trace->hash_entry, hash_head);
hash_head         794 kernel/locking/lockdep.c 	struct hlist_head *hash_head;
hash_head         825 kernel/locking/lockdep.c 	hash_head = classhashentry(key);
hash_head         833 kernel/locking/lockdep.c 	hlist_for_each_entry_rcu(class, hash_head, hash_entry) {
hash_head        1115 kernel/locking/lockdep.c 	struct hlist_head *hash_head;
hash_head        1121 kernel/locking/lockdep.c 	hash_head = keyhashentry(key);
hash_head        1126 kernel/locking/lockdep.c 	hlist_for_each_entry_rcu(k, hash_head, hash_entry) {
hash_head        1130 kernel/locking/lockdep.c 	hlist_add_head_rcu(&key->hash_entry, hash_head);
hash_head        1141 kernel/locking/lockdep.c 	struct hlist_head *hash_head;
hash_head        1156 kernel/locking/lockdep.c 	hash_head = keyhashentry(key);
hash_head        1159 kernel/locking/lockdep.c 	hlist_for_each_entry_rcu(k, hash_head, hash_entry) {
hash_head        1179 kernel/locking/lockdep.c 	struct hlist_head *hash_head;
hash_head        1196 kernel/locking/lockdep.c 	hash_head = classhashentry(key);
hash_head        1205 kernel/locking/lockdep.c 	hlist_for_each_entry_rcu(class, hash_head, hash_entry) {
hash_head        1237 kernel/locking/lockdep.c 	hlist_add_head_rcu(&class->hash_entry, hash_head);
hash_head        2801 kernel/locking/lockdep.c 	struct hlist_head *hash_head = chainhashentry(chain_key);
hash_head        2848 kernel/locking/lockdep.c 	hlist_add_head_rcu(&chain->entry, hash_head);
hash_head        2861 kernel/locking/lockdep.c 	struct hlist_head *hash_head = chainhashentry(chain_key);
hash_head        2864 kernel/locking/lockdep.c 	hlist_for_each_entry_rcu(chain, hash_head, entry) {
hash_head        5174 kernel/locking/lockdep.c 	struct hlist_head *hash_head = keyhashentry(key);
hash_head        5190 kernel/locking/lockdep.c 	hlist_for_each_entry_rcu(k, hash_head, hash_entry) {
hash_head         917 lib/zlib_deflate/deflate.c     IPos hash_head = NIL; /* head of the hash chain */
hash_head         938 lib/zlib_deflate/deflate.c             INSERT_STRING(s, s->strstart, hash_head);
hash_head         944 lib/zlib_deflate/deflate.c         if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
hash_head         950 lib/zlib_deflate/deflate.c                 s->match_length = longest_match (s, hash_head);
hash_head         970 lib/zlib_deflate/deflate.c                     INSERT_STRING(s, s->strstart, hash_head);
hash_head        1011 lib/zlib_deflate/deflate.c     IPos hash_head = NIL;    /* head of hash chain */
hash_head        1033 lib/zlib_deflate/deflate.c             INSERT_STRING(s, s->strstart, hash_head);
hash_head        1041 lib/zlib_deflate/deflate.c         if (hash_head != NIL && s->prev_length < s->max_lazy_match &&
hash_head        1042 lib/zlib_deflate/deflate.c             s->strstart - hash_head <= MAX_DIST(s)) {
hash_head        1048 lib/zlib_deflate/deflate.c                 s->match_length = longest_match (s, hash_head);
hash_head        1083 lib/zlib_deflate/deflate.c                     INSERT_STRING(s, s->strstart, hash_head);