Lines Matching defs:xencons
86 static int __write_console(struct xencons_info *xencons,
90 struct xencons_interface *intf = xencons->intf;
98 pr_err_once("xencons: Illegal ring page indices");
109 notify_daemon(xencons);
147 struct xencons_info *xencons = vtermno_to_xencons(vtermno);
150 if (xencons == NULL)
152 intf = xencons->intf;
159 pr_err_once("xencons: Illegal ring page indices");
175 * updating xencons->out_cons, so account for that by allowing one
178 if (intf->out_cons != xencons->out_cons) {
179 xencons->out_cons = intf->out_cons;
180 xencons->out_cons_same = 0;
183 notify_daemon(xencons);
184 } else if (xencons->out_cons_same++ > 1) {
188 xen_irq_lateeoi(xencons->irq, eoiflag);