Home
last modified time | relevance | path

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

/linux/lib/zlib_deflate/
A Ddeflate.c921 IPos hash_head = NIL; /* head of the hash chain */ in deflate_fast() local
942 INSERT_STRING(s, s->strstart, hash_head); in deflate_fast()
948 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) { in deflate_fast()
954 s->match_length = longest_match (s, hash_head); in deflate_fast()
974 INSERT_STRING(s, s->strstart, hash_head); in deflate_fast()
1015 IPos hash_head = NIL; /* head of hash chain */ in deflate_slow() local
1037 INSERT_STRING(s, s->strstart, hash_head); in deflate_slow()
1045 if (hash_head != NIL && s->prev_length < s->max_lazy_match && in deflate_slow()
1046 s->strstart - hash_head <= MAX_DIST(s)) { in deflate_slow()
1052 s->match_length = longest_match (s, hash_head); in deflate_slow()
[all …]
/linux/kernel/locking/
A Dlockdep.c533 struct hlist_head *hash_head; in save_trace() local
564 hlist_add_head(&trace->hash_entry, hash_head); in save_trace()
862 struct hlist_head *hash_head; in look_up_lock_class() local
895 hash_head = classhashentry(key); in look_up_lock_class()
1189 struct hlist_head *hash_head; in lockdep_register_key() local
1195 hash_head = keyhashentry(key); in lockdep_register_key()
1215 struct hlist_head *hash_head; in is_dynamic_key() local
1230 hash_head = keyhashentry(key); in is_dynamic_key()
1253 struct hlist_head *hash_head; in register_lock_class() local
1270 hash_head = classhashentry(key); in register_lock_class()
[all …]

Completed in 18 milliseconds