Lines Matching refs:notify
96 struct notify_info notify; /* Unmap notification */ member
186 if (gref->notify.flags & UNMAP_NOTIFY_CLEAR_BYTE) { in __del_gref()
188 tmp[gref->notify.pgoff] = 0; in __del_gref()
191 if (gref->notify.flags & UNMAP_NOTIFY_SEND_EVENT) { in __del_gref()
192 notify_remote_via_evtchn(gref->notify.event); in __del_gref()
193 evtchn_put(gref->notify.event); in __del_gref()
196 gref->notify.flags = 0; in __del_gref()
427 if (gref->notify.flags & UNMAP_NOTIFY_SEND_EVENT) in gntalloc_ioctl_unmap_notify()
428 evtchn_put(gref->notify.event); in gntalloc_ioctl_unmap_notify()
430 gref->notify.flags = op.action; in gntalloc_ioctl_unmap_notify()
431 gref->notify.pgoff = pgoff; in gntalloc_ioctl_unmap_notify()
432 gref->notify.event = op.event_channel_port; in gntalloc_ioctl_unmap_notify()