Searched refs:fFull (Results 1 – 2 of 2) sorted by relevance
227 : 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()
513 Magazine *fFull, *fEmpty; variable