HomeSort by: relevance | last modified time | path
    Searched defs:mlog_inuse (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/audio/
audio.c 269 static volatile uint32_t mlog_inuse; /* in-use */ variable in typeref:typename:volatile uint32_t
285 mlog_inuse = 0;
317 if (atomic_swap_32(&mlog_inuse, 1) == 1)
326 atomic_store_release(&mlog_inuse, 0);
351 if (atomic_swap_32(&mlog_inuse, 1) == 1) {
370 atomic_store_release(&mlog_inuse, 0);

Completed in 16 milliseconds