Searched refs:xpc_notify_mq_uv (Results 1 – 1 of 1) sorted by relevance
67 static struct xpc_gru_mq_uv *xpc_notify_mq_uv; variable1240 msg.notify_gru_mq_desc_gpa = uv_gpa(xpc_notify_mq_uv->gru_mq_desc); in xpc_send_chctl_openreply_uv()1481 while ((msg = gru_get_next_message(xpc_notify_mq_uv->gru_mq_desc)) != in xpc_handle_notify_IRQ_uv()1497 gru_free_message(xpc_notify_mq_uv->gru_mq_desc, msg); in xpc_handle_notify_IRQ_uv()1757 xpc_notify_mq_uv = in xpc_init_mq_node()1761 if (!IS_ERR(xpc_notify_mq_uv)) in xpc_init_mq_node()1764 if (IS_ERR(xpc_notify_mq_uv)) { in xpc_init_mq_node()1767 return PTR_ERR(xpc_notify_mq_uv); in xpc_init_mq_node()1808 xpc_destroy_gru_mq_uv(xpc_notify_mq_uv); in xpc_exit_uv()