OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wsbmAtomicRead
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/common/libwsbm/src/
wsbm_fencemgr.c
203
old_signaled_types =
wsbmAtomicRead
(&entry->signaled_types);
229
if ((
wsbmAtomicRead
(&fence->signaled_types) & fence_type) == fence_type)
245
return
wsbmAtomicRead
(&fence->signaled_types);
259
*signaled =
wsbmAtomicRead
(&fence->signaled_types);
265
*signaled =
wsbmAtomicRead
(&fence->signaled_types);
270
old_signaled_types =
wsbmAtomicRead
(&fence->signaled_types);
wsbm_atomic.h
18
#define
wsbmAtomicRead
(_v) ((_v)->count)
wsbm_manager.c
537
} else if (
wsbmAtomicRead
(&storage->onList) ||
670
} else if (
wsbmAtomicRead
(&storage->onList) ||
827
if (
wsbmAtomicRead
(&storage->onList)) {
1171
return
wsbmAtomicRead
(&buf->storage->onList);
wsbm_userpool.c
282
while (
wsbmAtomicRead
(&vBuf->writers) != 0)
wsbm_slabpool.c
1009
while (
wsbmAtomicRead
(&sBuf->writers) != 0) {
Completed in 48 milliseconds