Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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-6.12.1/lib/
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)
5625 int nonleaf_cap = MAPLE_ARANGE64_SLOTS - 2; in mas_expected_entries()
7199 for (i = 0; i < MAPLE_ARANGE64_SLOTS; i++) { in mt_dump_arange64()
7209 for (i = 0; i < MAPLE_ARANGE64_SLOTS - 1; i++) { in mt_dump_arange64()
7219 for (i = 0; i < MAPLE_ARANGE64_SLOTS; i++) { in mt_dump_arange64()
7222 if (i < (MAPLE_ARANGE64_SLOTS - 1)) in mt_dump_arange64()