Searched refs:MAPLE_RANGE64_SLOTS (Results 1 – 2 of 2) sorted by relevance
30 #define MAPLE_RANGE64_SLOTS 16 /* 256 bytes */ macro36 #define MAPLE_RANGE64_SLOTS 32 /* 256 bytes */ macro105 unsigned long pivot[MAPLE_RANGE64_SLOTS - 1];107 void __rcu *slot[MAPLE_RANGE64_SLOTS];109 void __rcu *pad[MAPLE_RANGE64_SLOTS - 1];
97 [maple_leaf_64] = MAPLE_RANGE64_SLOTS,98 [maple_range_64] = MAPLE_RANGE64_SLOTS,105 [maple_leaf_64] = MAPLE_RANGE64_SLOTS - 1,106 [maple_range_64] = MAPLE_RANGE64_SLOTS - 1,113 [maple_leaf_64] = (MAPLE_RANGE64_SLOTS / 2) - 2,114 [maple_range_64] = (MAPLE_RANGE64_SLOTS / 2) - 2,119 #define MAPLE_BIG_NODE_SLOTS (MAPLE_RANGE64_SLOTS * 2 + 2)896 if (unlikely(pivots[MAPLE_RANGE64_SLOTS - 2])) { in mt_clear_meta()899 MAPLE_RANGE64_SLOTS - 1); in mt_clear_meta()5650 nonleaf_cap = MAPLE_RANGE64_SLOTS - 2; in mas_expected_entries()[all …]