Searched refs:hash_head (Results 1 – 1 of 1) sorted by relevance
| /scripts/include/ |
| 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)
|