Home
last modified time | relevance | path

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

/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];
/linux/scripts/gdb/linux/
H A Dconstants.py.in99 LX_VALUE(MAPLE_RANGE64_SLOTS)
/linux/lib/
H A Dmaple_tree.c111 [maple_leaf_64] = MAPLE_RANGE64_SLOTS,
112 [maple_range_64] = MAPLE_RANGE64_SLOTS,
120 [maple_leaf_64] = MAPLE_RANGE64_SLOTS - 1,
121 [maple_range_64] = MAPLE_RANGE64_SLOTS - 1,
129 [maple_leaf_64] = (MAPLE_RANGE64_SLOTS / 2) - 2,
130 [maple_range_64] = (MAPLE_RANGE64_SLOTS / 2) - 2,
822 if (unlikely(pivots[MAPLE_RANGE64_SLOTS - 2])) { in mt_clear_meta()
825 MAPLE_RANGE64_SLOTS - 1); in mt_clear_meta()
6488 for (i = 0; i < MAPLE_RANGE64_SLOTS - 1; i++) { in mt_dump_range64()
6498 for (i = 0; i < MAPLE_RANGE64_SLOTS; i++) { in mt_dump_range64()
[all …]