Searched refs:MAPLE_NODE_SLOTS (Results 1 – 1 of 1) 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];
Completed in 4 milliseconds