Searched refs:MA_STATE_PREALLOC (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dmaple_tree.c73 * * MA_STATE_PREALLOC - Preallocated nodes, WARN_ON allocation
77 #define MA_STATE_PREALLOC 4 macro
1234 if (mas->mas_flags & MA_STATE_PREALLOC) {
5557 mas->mas_flags |= MA_STATE_PREALLOC;
5600 mas->mas_flags &= ~(MA_STATE_BULK|MA_STATE_PREALLOC);
5669 mas->mas_flags |= MA_STATE_PREALLOC;

Completed in 90 milliseconds