Home
last modified time | relevance | path

Searched refs:wsbmAtomicSet (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/libwsbm/src/
Dwsbm_pool.h94 wsbmAtomicSet(&storage->refCount, 1); in wsbmBufStorageInit()
95 wsbmAtomicSet(&storage->onList, 0); in wsbmBufStorageInit()
Dwsbm_atomic.h17 #define wsbmAtomicSet(_v, _i) (((_v)->count) = (_i)) macro
Dwsbm_fencemgr.c144 wsbmAtomicSet(&tmp->count, 0); in wsbmFenceMgrCreate()
313 wsbmAtomicSet(&fence->refCount, 1); in wsbmFenceCreateSig()
317 wsbmAtomicSet(&fence->signaled_types, signaled_types); in wsbmFenceCreateSig()
Dwsbm_slabpool.c488 wsbmAtomicSet(&sBuf->writers, 0); in wsbmAllocSlab()
772 wsbmAtomicSet(&sBuf->writers, 0); in pool_create()
831 wsbmAtomicSet(&sBuf->writers, 0); in pool_destroy()
832 wsbmAtomicSet(&sBuf->storage.refCount, 1); in pool_destroy()
Dwsbm_manager.c770 wsbmAtomicSet(&newBuf->refCount, 1); in wsbmBOClone()
984 wsbmAtomicSet(&buf->refCount, 1); in wsbmGenBuffers()