HomeSort by relevance Sort by last modified time
    Searched refs:WSBM_COND_WAIT (Results 1 - 5 of 5) sorted by null

  /hardware/intel/common/libwsbm/src/
wsbm_driver.h 85 #define WSBM_COND_WAIT(_cond, _mutex) \
wsbm_ttmpool.c 240 WSBM_COND_WAIT(&dBuf->event, &buf->mutex);
295 WSBM_COND_WAIT(&dBuf->event, &buf->mutex);
wsbm_userpool.c 127 WSBM_COND_WAIT(&vBuf->event, &buf->mutex);
283 WSBM_COND_WAIT(&vBuf->event, &buf->mutex);
wsbm_slabpool.c 854 WSBM_COND_WAIT(&sBuf->event, &storage->mutex);
1010 WSBM_COND_WAIT(&sBuf->event, &buf->mutex);
wsbm_manager.c 326 WSBM_COND_WAIT(&bmCond, &bmMutex);

Completed in 534 milliseconds