Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/xen/xenbus/
Dxenbus.h77 struct xb_req_data { struct
89 void (*cb)(struct xb_req_data *); argument
105 void xs_request_exit(struct xb_req_data *req); argument
135 void xenbus_dev_queue_reply(struct xb_req_data *req);
Dxenbus_xs.c115 static uint32_t xs_request_enter(struct xb_req_data *req) in xs_request_enter()
139 void xs_request_exit(struct xb_req_data *req) in xs_request_exit()
192 static bool test_reply(struct xb_req_data *req) in test_reply()
206 static void *read_reply(struct xb_req_data *req) in read_reply()
227 static void xs_send(struct xb_req_data *req, struct xsd_sockmsg *msg) in xs_send()
249 static void *xs_wait_for_reply(struct xb_req_data *req, struct xsd_sockmsg *msg) in xs_wait_for_reply()
271 static void xs_wake_up(struct xb_req_data *req) in xs_wake_up()
278 struct xb_req_data *req; in xenbus_dev_request_and_reply()
308 struct xb_req_data *req; in xs_talkv()
921 struct xb_req_data *req; in xs_reboot_notify()
Dxenbus_comms.c218 struct xb_req_data *req; in process_msg()
333 struct xb_req_data *req; in process_writes()
348 struct xb_req_data, list); in process_writes()
Dxenbus_dev_frontend.c363 void xenbus_dev_queue_reply(struct xb_req_data *req) in xenbus_dev_queue_reply()