Home
last modified time | relevance | path

Searched refs:XS_TRANSACTION_END (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/xen/interface/io/
Dxs_wire.h20 XS_TRANSACTION_END, enumerator
/linux-4.19.296/drivers/xen/xenbus/
Dxenbus_dev_frontend.c386 } else if (req->type == XS_TRANSACTION_END) { in xenbus_dev_queue_reply()
467 else if (msg_type == XS_TRANSACTION_END && in xenbus_write_transaction()
471 else if (msg_type == XS_TRANSACTION_END) { in xenbus_write_transaction()
481 XS_TRANSACTION_END, in xenbus_write_transaction()
Dxenbus_xs.c144 (req->type == XS_TRANSACTION_END && !req->user_req && in xs_request_exit()
563 return xs_error(xs_single(t, XS_TRANSACTION_END, abortstr, NULL)); in xenbus_transaction_end()