Home | History | Annotate | Download | only in src

Lines Matching refs:GLOBALLY_INITIALIZE

2207 #define GLOBALLY_INITIALIZE() (mparams.page_size == 0 && init_mparams())
2209 #define PREACTION(M) ((GLOBALLY_INITIALIZE() || use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0)