Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dmaple_tree.h32 #define MAPLE_ARANGE64_SLOTS 10 /* 240 bytes */ macro
39 #define MAPLE_ARANGE64_SLOTS 21 /* 240 bytes */ macro
129 unsigned long pivot[MAPLE_ARANGE64_SLOTS - 1];
130 void __rcu *slot[MAPLE_ARANGE64_SLOTS];
131 unsigned long gap[MAPLE_ARANGE64_SLOTS];
/Linux-v6.1/lib/
Dmaple_tree.c96 [maple_arange_64] = MAPLE_ARANGE64_SLOTS,
104 [maple_arange_64] = MAPLE_ARANGE64_SLOTS - 1,
112 [maple_arange_64] = (MAPLE_ARANGE64_SLOTS / 2) - 1,
117 #define MAPLE_BIG_NODE_GAPS (MAPLE_ARANGE64_SLOTS * 2 + 1)
5789 int nonleaf_cap = MAPLE_ARANGE64_SLOTS - 2; in mas_expected_entries()
6761 for (i = 0; i < MAPLE_ARANGE64_SLOTS; i++) in mt_dump_arange64()
6764 for (i = 0; i < MAPLE_ARANGE64_SLOTS - 1; i++) in mt_dump_arange64()
6767 for (i = 0; i < MAPLE_ARANGE64_SLOTS; i++) { in mt_dump_arange64()
6770 if (i < (MAPLE_ARANGE64_SLOTS - 1)) in mt_dump_arange64()