Searched refs:chunk_locks_held (Results 1 – 1 of 1) sorted by relevance
766 LONG chunk_locks_held; member1136 …) { ExAcquireResourceExclusiveLite(&c->lock, true); InterlockedIncrement(&Vcb->chunk_locks_held); }1137 #define release_chunk_lock(c, Vcb) { InterlockedDecrement(&Vcb->chunk_locks_held); ExReleaseResourc…