__hash
unsigned int __hash(char *, int);
hlist_add_head(node, __hash(table, key))
hlist_for_each_entry(obj, __hash(table, key), member)