Searched refs:onList (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/libwsbm/src/
H A Dwsbm_pool.h48 struct _WsbmAtomic onList; member in struct:_WsbmBufStorage
95 wsbmAtomicSet(&storage->onList, 0);
H A Dwsbm_manager.c537 } else if (wsbmAtomicRead(&storage->onList) ||
670 } else if (wsbmAtomicRead(&storage->onList) ||
827 if (wsbmAtomicRead(&storage->onList)) {
1151 wsbmAtomicInc(&storage->onList);
1174 return wsbmAtomicRead(&buf->storage->onList);
1187 wsbmAtomicDec(&storage->onList);
1213 wsbmAtomicDec(&storage->onList);
1268 wsbmAtomicDec(&storage->onList);

Completed in 37 milliseconds