1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 3 #define CONFIG_DEBUG_MAPLE_TREE 4 #define CONFIG_MAPLE_SEARCH 5 #define MAPLE_32BIT (MAPLE_NODE_SLOTS > 31) 6 #include "shared.h" 7 #include <stdlib.h> 8 #include <time.h> 9 #include "linux/init.h" 10
1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 3 #define CONFIG_DEBUG_MAPLE_TREE 4 #define CONFIG_MAPLE_SEARCH 5 #define MAPLE_32BIT (MAPLE_NODE_SLOTS > 31) 6 #include "shared.h" 7 #include <stdlib.h> 8 #include <time.h> 9 #include "linux/init.h" 10