Searched defs:hbucket (Results 1 – 1 of 1) sorted by relevance
73 struct hbucket { struct74 struct rcu_head rcu; /* for call_rcu */77 u8 size; /* size of the array */78 u8 pos; /* position of the first free entry */115 #define hbucket(h, i) ((h)->bucket[i]) macro