Lines Matching full:graph
2 * Graph lock: rwlock to protect block layer graph manipulations (add/remove
26 * Graph Lock API
28 * graph modifications like edge (BdrvChild) and node (BlockDriverState)
34 * graph, and readers (all other coroutines running in various AioContext),
35 * that go through the graph edges, reading
43 * access the graph as long the writer is not modifying the graph.
93 * currently running the graph.
105 * Start an exclusive write operation to modify the graph. This means we are
106 * adding or removing an edge or a node in the block layer graph. Nobody else
107 * is allowed to access the graph.
112 * main loop is allowed to modify the graph.
127 * Read the bs graph. This usually means traversing all nodes in
128 * the graph, therefore it can't happen while another thread is
132 * the graph, therefore wait in a coroutine queue.
161 * Just a placeholder to mark where the graph rdlock should be taken
208 * cleanup attribute and would therefore complain that the graph is never
259 * cleanup attribute and would therefore complain that the graph is never