Home
last modified time | relevance | path

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

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