Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dmaple_tree.h30 #define MAPLE_RANGE64_SLOTS 16 /* 256 bytes */ macro
36 #define MAPLE_RANGE64_SLOTS 32 /* 256 bytes */ macro
105 unsigned long pivot[MAPLE_RANGE64_SLOTS - 1];
107 void __rcu *slot[MAPLE_RANGE64_SLOTS];
109 void __rcu *pad[MAPLE_RANGE64_SLOTS - 1];
/linux-6.12.1/lib/
Dmaple_tree.c97 [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 …]