Searched refs:fFull (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/tests/system/kernel/slab/
H A DSlab.cpp227 : fFull(NULL), fEmpty(NULL), fFullCount(0), fEmptyCount(0)
321 while (fFull)
322 _EmptyMagazine(SListPop(fFull));
334 if (fFull == NULL)
341 magazine = SListPop(fFull);
360 SListPush(fFull, magazine);
H A DSlab.h513 Magazine *fFull, *fEmpty; member in class:BaseDepot

Completed in 16 milliseconds