Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dgraph-lock.h192 static inline void TSA_ASSERT_SHARED(graph_lock) TSA_NO_TSA in TSA_ASSERT_SHARED() argument
212 static inline GraphLockable * TSA_ACQUIRE_SHARED(graph_lock) coroutine_fn in TSA_ACQUIRE_SHARED() argument
219 static inline void TSA_RELEASE_SHARED(graph_lock) coroutine_fn in TSA_RELEASE_SHARED() argument
263 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
/openbmc/linux/kernel/locking/
H A Dlockdep.c168 static int graph_lock(void) in graph_lock() function