Searched refs:hash_head (Results 1 – 3 of 3) sorted by relevance
/linux/scripts/include/ |
H A D | hashtable.h | 16 #define hash_head(table, key) (&(table)[(key) % HASH_SIZE(table)]) macro 42 hlist_add_head(node, hash_head(table, key)) 84 hlist_for_each_entry(obj, hash_head(table, key), member) 96 hlist_for_each_entry_safe(obj, tmp, hash_head(table, key), member)
|
/linux/lib/zlib_deflate/ |
H A D | deflate.c | 924 IPos hash_head = NIL; /* head of the hash chain */ in deflate_fast() local 942 * dictionary, and set hash_head to the head of the hash chain: in deflate_fast() 945 INSERT_STRING(s, s->strstart, hash_head); in deflate_fast() 951 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { in deflate_fast() 957 s->match_length = longest_match (s, hash_head); in deflate_fast() 977 INSERT_STRING(s, s->strstart, hash_head); in deflate_fast() 1018 IPos hash_head = NIL; /* head of hash chain */ in deflate_slow() local 1037 * dictionary, and set hash_head to the head of the hash chain: in deflate_slow() 1040 INSERT_STRING(s, s->strstart, hash_head); in deflate_slow() [all...] |
/linux/kernel/locking/ |
H A D | lockdep.c | 565 struct hlist_head *hash_head; in save_trace() local 592 hash_head = stack_trace_hash + (hash & (STACK_TRACE_HASH_SIZE - 1)); in save_trace() 593 hlist_for_each_entry(t2, hash_head, hash_entry) { in save_trace() 598 hlist_add_head(&trace->hash_entry, hash_head); in save_trace() 890 struct hlist_head *hash_head; in look_up_lock_class() local 925 hash_head = classhashentry(key); in look_up_lock_class() 933 hlist_for_each_entry_rcu_notrace(class, hash_head, hash_entry) { in look_up_lock_class() 1223 struct hlist_head *hash_head; in lockdep_register_key() local 1229 hash_head = keyhashentry(key); in lockdep_register_key() 1234 hlist_for_each_entry_rcu(k, hash_head, hash_entr in lockdep_register_key() 1250 struct hlist_head *hash_head; is_dynamic_key() local 1288 struct hlist_head *hash_head; register_lock_class() local 3734 struct hlist_head *hash_head = chainhashentry(chain_key); add_chain_cache() local 3798 struct hlist_head *hash_head = chainhashentry(chain_key); lookup_chain_cache() local 6584 struct hlist_head *hash_head = keyhashentry(key); lockdep_unregister_key() local [all...] |