Searched defs: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
/linux-master/lib/zlib_deflate/
H A Ddeflate.c928 IPos hash_head = NIL; /* head of the hash chain */ local
1022 IPos hash_head = NIL; /* head of hash chain */ local
[all...]
/linux-master/kernel/locking/
H A Dlockdep.c562 struct hlist_head *hash_head; local
885 struct hlist_head *hash_head; local
1214 struct hlist_head *hash_head; local
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 170 milliseconds