Searched refs:XsTransaction (Results 1 – 2 of 2) sorted by relevance
55 typedef struct XsTransaction { struct61 } XsTransaction; argument79 XsTransaction *tx = value; in nobble_tx()761 XsTransaction *tx = g_hash_table_lookup(op->s->transactions, in xs_node_walk()856 XsTransaction *tx = g_hash_table_lookup(s->transactions, in init_walk_op()937 XsTransaction *tx; in xs_impl_transaction_start()947 tx = g_new0(XsTransaction, 1); in xs_impl_transaction_start()1021 static int transaction_commit(XenstoreImplState *s, XsTransaction *tx) in transaction_commit()1064 XsTransaction *tx = g_hash_table_lookup(s->transactions, in xs_impl_transaction_end()1364 XsTransaction *tx = _tx; in xs_tx_free()[all …]
201 XsTransaction *t1 = val, *t2; in compare_tx()