Searched refs:MAPLE_NODE_SLOTS (Results 1 – 5 of 5) sorted by relevance
29 #define MAPLE_NODE_SLOTS 31 /* 256 bytes including ->parent */ macro32 #define MAPLE_ALLOC_SLOTS (MAPLE_NODE_SLOTS - 1)35 #define MAPLE_NODE_SLOTS 63 /* 256 bytes including ->parent */ macro38 #define MAPLE_ALLOC_SLOTS (MAPLE_NODE_SLOTS - 2)296 void __rcu *slot[MAPLE_NODE_SLOTS];
7 #define MAPLE_32BIT (MAPLE_NODE_SLOTS > 31)
102 [maple_dense] = MAPLE_NODE_SLOTS,111 [maple_dense] = MAPLE_NODE_SLOTS,127 [maple_dense] = MAPLE_NODE_SLOTS / 2,1388 mas->offset = MAPLE_NODE_SLOTS; in mas_start()1394 mas->offset = MAPLE_NODE_SLOTS; in mas_start()5134 if (unlikely(mas->offset == MAPLE_NODE_SLOTS)) in mas_empty_area_rev()7219 for (i = 0; i < MAPLE_NODE_SLOTS; i++) { in mt_dump_node()
16 #define MAPLE_32BIT (MAPLE_NODE_SLOTS > 31)
13 #define MAPLE_32BIT (MAPLE_NODE_SLOTS > 31)980 mas->offset = MAPLE_NODE_SLOTS; in mas_tree_walk()998 if (likely(mas->offset != MAPLE_NODE_SLOTS)) in mas_range_load()