Lines Matching defs:notify
85 int event; /* Port (event channel) to notify */
96 struct notify_info notify; /* Unmap notification */
180 if (gref->notify.flags & UNMAP_NOTIFY_CLEAR_BYTE) {
182 tmp[gref->notify.pgoff] = 0;
185 if (gref->notify.flags & UNMAP_NOTIFY_SEND_EVENT) {
186 notify_remote_via_evtchn(gref->notify.event);
187 evtchn_put(gref->notify.event);
190 gref->notify.flags = 0;
403 * to send the notify before releasing the reference we may already have
416 if (gref->notify.flags & UNMAP_NOTIFY_SEND_EVENT)
417 evtchn_put(gref->notify.event);
419 gref->notify.flags = op.action;
420 gref->notify.pgoff = pgoff;
421 gref->notify.event = op.event_channel_port;