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