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

/linux-master/scripts/kconfig/
H A Dhashtable.h16 #define hash_head(table, key) (&(table)[(key) % HASH_SIZE(table)]) macro
25 hlist_add_head(node, hash_head(table, key))
46 hlist_for_each_entry(obj, hash_head(table, key), member)
/linux-master/lib/zlib_deflate/
H A Ddeflate.c928 IPos hash_head = NIL; /* head of the hash chain */ local
946 * dictionary, and set hash_head to the head of the hash chain:
949 INSERT_STRING(s, s->strstart, hash_head);
955 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
961 s->match_length = longest_match (s, hash_head);
981 INSERT_STRING(s, s->strstart, hash_head);
1022 IPos hash_head = NIL; /* head of hash chain */ local
1041 * dictionary, and set hash_head to the head of the hash chain:
1044 INSERT_STRING(s, s->strstart, hash_head);
[all...]
/linux-master/kernel/locking/
H A Dlockdep.c562 struct hlist_head *hash_head; local
587 hash_head = stack_trace_hash + (hash & (STACK_TRACE_HASH_SIZE - 1));
588 hlist_for_each_entry(t2, hash_head, hash_entry) {
593 hlist_add_head(&trace->hash_entry, hash_head);
885 struct hlist_head *hash_head; local
918 hash_head = classhashentry(key);
926 hlist_for_each_entry_rcu_notrace(class, hash_head, hash_entry) {
1214 struct hlist_head *hash_head; local
1220 hash_head = keyhashentry(key);
1225 hlist_for_each_entry_rcu(k, hash_head, hash_entr
1240 struct hlist_head *hash_head; local
1278 struct hlist_head *hash_head; local
3699 struct hlist_head *hash_head = chainhashentry(chain_key); local
3759 struct hlist_head *hash_head = chainhashentry(chain_key); local
6444 struct hlist_head *hash_head = keyhashentry(key); local
[all...]

Completed in 130 milliseconds