Lines Matching refs:notify
96 struct notify_info notify; /* Unmap notification */ member
182 if (gref->notify.flags & UNMAP_NOTIFY_CLEAR_BYTE) { in __del_gref()
184 tmp[gref->notify.pgoff] = 0; in __del_gref()
187 if (gref->notify.flags & UNMAP_NOTIFY_SEND_EVENT) { in __del_gref()
188 notify_remote_via_evtchn(gref->notify.event); in __del_gref()
189 evtchn_put(gref->notify.event); in __del_gref()
192 gref->notify.flags = 0; in __del_gref()
423 if (gref->notify.flags & UNMAP_NOTIFY_SEND_EVENT) in gntalloc_ioctl_unmap_notify()
424 evtchn_put(gref->notify.event); in gntalloc_ioctl_unmap_notify()
426 gref->notify.flags = op.action; in gntalloc_ioctl_unmap_notify()
427 gref->notify.pgoff = pgoff; in gntalloc_ioctl_unmap_notify()
428 gref->notify.event = op.event_channel_port; in gntalloc_ioctl_unmap_notify()