Home
last modified time | relevance | path

Searched refs:fFullCount (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()
337 fFullCount--; in _ExchangeWithFull()
361 fFullCount++; in _ExchangeWithEmpty()
H A DSlab.h514 size_t fFullCount, fEmptyCount; variable