Home
last modified time | relevance | path

Searched refs:xb_req_data (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/xen/xenbus/
Dxenbus.h75 struct xb_req_data { struct
86 void (*cb)(struct xb_req_data *); argument
102 void xs_request_exit(struct xb_req_data *req); argument
134 void xenbus_dev_queue_reply(struct xb_req_data *req);
Dxenbus_xs.c114 static uint32_t xs_request_enter(struct xb_req_data *req) in xs_request_enter()
138 void xs_request_exit(struct xb_req_data *req) in xs_request_exit()
191 static bool test_reply(struct xb_req_data *req) in test_reply()
202 static void *read_reply(struct xb_req_data *req) in read_reply()
223 static void xs_send(struct xb_req_data *req, struct xsd_sockmsg *msg) in xs_send()
245 static void *xs_wait_for_reply(struct xb_req_data *req, struct xsd_sockmsg *msg) in xs_wait_for_reply()
267 static void xs_wake_up(struct xb_req_data *req) in xs_wake_up()
274 struct xb_req_data *req; in xenbus_dev_request_and_reply()
303 struct xb_req_data *req; in xs_talkv()
905 struct xb_req_data *req; in xs_reboot_notify()
Dxenbus_comms.c226 struct xb_req_data *req; in process_msg()
339 struct xb_req_data *req; in process_writes()
354 struct xb_req_data, list); in process_writes()
Dxenbus_dev_frontend.c345 void xenbus_dev_queue_reply(struct xb_req_data *req) in xenbus_dev_queue_reply()