Searched defs:maple_big_node (Results 1 – 1 of 1) sorted by relevance
120 struct maple_big_node { struct121 struct maple_pnode *parent;122 unsigned long pivot[MAPLE_BIG_NODE_SLOTS - 1];123 union {147 struct maple_big_node *bn; argument