Lines Matching defs:notify
85 int event; /* Port (event channel) to notify */
96 struct notify_info notify; /* Unmap notification */
178 if (gref->notify.flags & UNMAP_NOTIFY_CLEAR_BYTE) {
180 tmp[gref->notify.pgoff] = 0;
183 if (gref->notify.flags & UNMAP_NOTIFY_SEND_EVENT) {
184 notify_remote_via_evtchn(gref->notify.event);
185 evtchn_put(gref->notify.event);
188 gref->notify.flags = 0;
400 * to send the notify before releasing the reference we may already have
413 if (gref->notify.flags & UNMAP_NOTIFY_SEND_EVENT)
414 evtchn_put(gref->notify.event);
416 gref->notify.flags = op.action;
417 gref->notify.pgoff = pgoff;
418 gref->notify.event = op.event_channel_port;