Searched refs:xpc_notify_mq_uv (Results 1 – 1 of 1) sorted by relevance
48 static struct xpc_gru_mq_uv *xpc_notify_mq_uv; variable1155 msg.notify_gru_mq_desc_gpa = uv_gpa(xpc_notify_mq_uv->gru_mq_desc); in xpc_send_chctl_openreply_uv()1396 while ((msg = gru_get_next_message(xpc_notify_mq_uv->gru_mq_desc)) != in xpc_handle_notify_IRQ_uv()1412 gru_free_message(xpc_notify_mq_uv->gru_mq_desc, msg); in xpc_handle_notify_IRQ_uv()1672 xpc_notify_mq_uv = in xpc_init_mq_node()1676 if (!IS_ERR(xpc_notify_mq_uv)) in xpc_init_mq_node()1679 if (IS_ERR(xpc_notify_mq_uv)) { in xpc_init_mq_node()1682 return PTR_ERR(xpc_notify_mq_uv); in xpc_init_mq_node()1723 xpc_destroy_gru_mq_uv(xpc_notify_mq_uv); in xpc_exit_uv()