Searched refs:MAPLE_ARANGE64_SLOTS (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dmaple_tree.h31 #define MAPLE_ARANGE64_SLOTS 10 /* 240 bytes */ macro
37 #define MAPLE_ARANGE64_SLOTS 21 /* 240 bytes */ macro
126 unsigned long pivot[MAPLE_ARANGE64_SLOTS - 1];
127 void __rcu *slot[MAPLE_ARANGE64_SLOTS];
128 unsigned long gap[MAPLE_ARANGE64_SLOTS];
/linux-master/lib/
H A Dmaple_tree.c99 [maple_arange_64] = MAPLE_ARANGE64_SLOTS,
107 [maple_arange_64] = MAPLE_ARANGE64_SLOTS - 1,
115 [maple_arange_64] = (MAPLE_ARANGE64_SLOTS / 2) - 1,
120 #define MAPLE_BIG_NODE_GAPS (MAPLE_ARANGE64_SLOTS * 2 + 1)
5634 int nonleaf_cap = MAPLE_ARANGE64_SLOTS - 2;
7192 for (i = 0; i < MAPLE_ARANGE64_SLOTS; i++) {
7202 for (i = 0; i < MAPLE_ARANGE64_SLOTS - 1; i++) {
7212 for (i = 0; i < MAPLE_ARANGE64_SLOTS; i++) {
7215 if (i < (MAPLE_ARANGE64_SLOTS - 1))

Completed in 130 milliseconds