Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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];
/openbmc/linux/lib/
H A Dmaple_tree.c95 [maple_leaf_64] = MAPLE_RANGE64_SLOTS,
96 [maple_range_64] = MAPLE_RANGE64_SLOTS,
103 [maple_leaf_64] = MAPLE_RANGE64_SLOTS - 1,
104 [maple_range_64] = MAPLE_RANGE64_SLOTS - 1,
111 [maple_leaf_64] = (MAPLE_RANGE64_SLOTS / 2) - 2,
112 [maple_range_64] = (MAPLE_RANGE64_SLOTS / 2) - 2,
921 if (unlikely(pivots[MAPLE_RANGE64_SLOTS - 2])) { in mt_clear_meta()
924 MAPLE_RANGE64_SLOTS - 1); in mt_clear_meta()
5634 nonleaf_cap = MAPLE_RANGE64_SLOTS - 2; in mas_expected_entries()
6778 for (i = 0; i < MAPLE_RANGE64_SLOTS; i++) { in mt_dump_range64()
[all …]