Home
last modified time | relevance | path

Searched refs:last_tx (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/i386/kvm/
H A Dxenstore_impl.c71 unsigned int last_tx; member
93 tx_id = ++s->last_tx; in next_tx()
756 if (op->s->root_tx != op->s->last_tx) { in xs_node_walk()
1385 s->root_tx = s->last_tx = 1; in xs_impl_create()
1557 write_be32(ss.bytes, s->last_tx); in xs_impl_serialize()
1811 if (t->tx_id > us->s->last_tx) { in consume_tree()
1838 s->root_tx = s->last_tx = XBT_NULL; in xs_impl_deserialize()
1840 ret = consume_be32(&us, &s->last_tx); in xs_impl_deserialize()
/qemu/tests/unit/
H A Dtest-xs-node.c253 g_assert(s->last_tx == s2->last_tx); in check_serdes()