Searched defs:htab_elem (Results 1 – 1 of 1) sorted by relevance
27 struct htab_elem { struct28 struct hlist_node hash_node;29 struct rcu_head rcu;30 u32 hash;31 char key[0] __aligned(8);