Searched refs:xpc_notify_mq_uv (Results 1 – 1 of 1) sorted by relevance
70 static struct xpc_gru_mq_uv *xpc_notify_mq_uv; variable1244 msg.notify_gru_mq_desc_gpa = uv_gpa(xpc_notify_mq_uv->gru_mq_desc); in xpc_send_chctl_openreply_uv()1485 while ((msg = gru_get_next_message(xpc_notify_mq_uv->gru_mq_desc)) != in xpc_handle_notify_IRQ_uv()1501 gru_free_message(xpc_notify_mq_uv->gru_mq_desc, msg); in xpc_handle_notify_IRQ_uv()1761 xpc_notify_mq_uv = in xpc_init_mq_node()1765 if (!IS_ERR(xpc_notify_mq_uv)) in xpc_init_mq_node()1768 if (IS_ERR(xpc_notify_mq_uv)) { in xpc_init_mq_node()1771 return PTR_ERR(xpc_notify_mq_uv); in xpc_init_mq_node()1812 xpc_destroy_gru_mq_uv(xpc_notify_mq_uv); in xpc_exit_uv()