Searched refs:MAPLE_ARANGE64_SLOTS (Results 1 – 4 of 4) sorted by relevance
30 #define MAPLE_ARANGE64_SLOTS 10 /* 240 bytes */ macro35 #define MAPLE_ARANGE64_SLOTS 21 /* 240 bytes */ macro123 unsigned long pivot[MAPLE_ARANGE64_SLOTS - 1];124 void __rcu *slot[MAPLE_ARANGE64_SLOTS];125 unsigned long gap[MAPLE_ARANGE64_SLOTS];
157 sz = sizeof(mt) + DIV_ROUND_UP(cnt, MAPLE_ARANGE64_SLOTS) * sizeof(struct maple_node); in benchmark_maple_tree()
113 [maple_arange_64] = MAPLE_ARANGE64_SLOTS,122 [maple_arange_64] = MAPLE_ARANGE64_SLOTS - 1,131 [maple_arange_64] = (MAPLE_ARANGE64_SLOTS / 2) - 1,6702 for (i = 0; i < MAPLE_ARANGE64_SLOTS; i++) { in mt_dump_arange64()6712 for (i = 0; i < MAPLE_ARANGE64_SLOTS - 1; i++) { in mt_dump_arange64()6722 for (i = 0; i < MAPLE_ARANGE64_SLOTS; i++) { in mt_dump_arange64()6725 if (i < (MAPLE_ARANGE64_SLOTS - 1)) in mt_dump_arange64()
100 LX_VALUE(MAPLE_ARANGE64_SLOTS)