Home
last modified time | relevance | path

Searched defs:graph_lock (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/block/
H A Dgraph-lock.h201 static inline void TSA_ASSERT_SHARED(graph_lock) TSA_NO_TSA in TSA_ASSERT_SHARED() argument
221 static inline GraphLockable * TSA_ACQUIRE_SHARED(graph_lock) coroutine_fn in TSA_ACQUIRE_SHARED() argument
228 static inline void TSA_RELEASE_SHARED(graph_lock) coroutine_fn in TSA_RELEASE_SHARED() argument
272 static inline GraphLockableMainloop * TSA_ASSERT_SHARED(graph_lock) TSA_NO_TSA in TSA_ASSERT_SHARED() argument
/openbmc/qemu/block/
H A Dgraph-lock.c28 BdrvGraphLock graph_lock; variable