OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wsbmAtomicSet
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/common/libwsbm/src/
wsbm_pool.h
94
wsbmAtomicSet
(&storage->refCount, 1);
95
wsbmAtomicSet
(&storage->onList, 0);
wsbm_atomic.h
17
#define
wsbmAtomicSet
(_v, _i) (((_v)->count) = (_i))
wsbm_fencemgr.c
144
wsbmAtomicSet
(&tmp->count, 0);
313
wsbmAtomicSet
(&fence->refCount, 1);
317
wsbmAtomicSet
(&fence->signaled_types, signaled_types);
wsbm_slabpool.c
488
wsbmAtomicSet
(&sBuf->writers, 0);
772
wsbmAtomicSet
(&sBuf->writers, 0);
831
wsbmAtomicSet
(&sBuf->writers, 0);
832
wsbmAtomicSet
(&sBuf->storage.refCount, 1);
wsbm_manager.c
770
wsbmAtomicSet
(&newBuf->refCount, 1);
984
wsbmAtomicSet
(&buf->refCount, 1);
Completed in 61 milliseconds