Searched refs:LEVEL_FREELIST_ONLY (Results 1 – 2 of 2) sorted by relevance
4359 if( (pNext->flags & LEVEL_FREELIST_ONLY) ){ in sortedNewToplevel()4409 pNew->flags |= LEVEL_FREELIST_ONLY; in sortedNewToplevel()4504 if( (p->flags & LEVEL_FREELIST_ONLY)==0 ) bFreeOnly = 0; in sortedMergeSetup()4509 if( bFreeOnly ) pNew->flags |= LEVEL_FREELIST_ONLY; in sortedMergeSetup()4520 && (bFreeOnly==0 || (pNext->flags & LEVEL_FREELIST_ONLY)) in sortedMergeSetup()4729 if( pLevel->flags & LEVEL_FREELIST_ONLY ){ in sortedSelectLevel()4996 pLvl!=mergeworker.pLevel && (pLvl->flags & LEVEL_FREELIST_ONLY); in sortedWork()
442 #define LEVEL_FREELIST_ONLY 0x0001 macro