Home
last modified time | relevance | path

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

/include/linux/
A Dmaple_tree.h29 #define MAPLE_NODE_SLOTS 31 /* 256 bytes including ->parent */ macro
32 #define MAPLE_ALLOC_SLOTS (MAPLE_NODE_SLOTS - 1)
35 #define MAPLE_NODE_SLOTS 63 /* 256 bytes including ->parent */ macro
38 #define MAPLE_ALLOC_SLOTS (MAPLE_NODE_SLOTS - 2)
296 void __rcu *slot[MAPLE_NODE_SLOTS];

Completed in 4 milliseconds