Searched refs:xb_req_data (Results 1 – 4 of 4) sorted by relevance
77 struct xb_req_data { struct90 void (*cb)(struct xb_req_data *); argument106 void xs_request_exit(struct xb_req_data *req); argument137 void xenbus_dev_queue_reply(struct xb_req_data *req);
117 struct xb_req_data *req = container_of(kref, struct xb_req_data, kref); in xs_free_req()121 static uint32_t xs_request_enter(struct xb_req_data *req) in xs_request_enter()145 void xs_request_exit(struct xb_req_data *req) in xs_request_exit()198 static bool test_reply(struct xb_req_data *req) in test_reply()212 static void *read_reply(struct xb_req_data *req) in read_reply()233 static void xs_send(struct xb_req_data *req, struct xsd_sockmsg *msg) in xs_send()261 static void *xs_wait_for_reply(struct xb_req_data *req, struct xsd_sockmsg *msg) in xs_wait_for_reply()283 static void xs_wake_up(struct xb_req_data *req) in xs_wake_up()290 struct xb_req_data *req; in xenbus_dev_request_and_reply()321 struct xb_req_data *req; in xs_talkv()[all …]
218 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()
363 void xenbus_dev_queue_reply(struct xb_req_data *req) in xenbus_dev_queue_reply()
Completed in 12 milliseconds