oevent            771 fs/notify/fanotify/fanotify_user.c 	struct fanotify_event *oevent;
oevent            826 fs/notify/fanotify/fanotify_user.c 	oevent = fanotify_alloc_event(group, NULL, FS_Q_OVERFLOW, NULL,
oevent            828 fs/notify/fanotify/fanotify_user.c 	if (unlikely(!oevent)) {
oevent            832 fs/notify/fanotify/fanotify_user.c 	group->overflow_event = &oevent->fse;
oevent            626 fs/notify/inotify/inotify_user.c 	struct inotify_event_info *oevent;
oevent            632 fs/notify/inotify/inotify_user.c 	oevent = kmalloc(sizeof(struct inotify_event_info), GFP_KERNEL);
oevent            633 fs/notify/inotify/inotify_user.c 	if (unlikely(!oevent)) {
oevent            637 fs/notify/inotify/inotify_user.c 	group->overflow_event = &oevent->fse;
oevent            639 fs/notify/inotify/inotify_user.c 	oevent->mask = FS_Q_OVERFLOW;
oevent            640 fs/notify/inotify/inotify_user.c 	oevent->wd = -1;
oevent            641 fs/notify/inotify/inotify_user.c 	oevent->sync_cookie = 0;
oevent            642 fs/notify/inotify/inotify_user.c 	oevent->name_len = 0;
oevent            197 tools/perf/util/ordered-events.c 	struct ordered_event *oevent;
oevent            210 tools/perf/util/ordered-events.c 	oevent = ordered_events__new_event(oe, timestamp, event);
oevent            211 tools/perf/util/ordered-events.c 	if (!oevent) {
oevent            213 tools/perf/util/ordered-events.c 		oevent = ordered_events__new_event(oe, timestamp, event);
oevent            216 tools/perf/util/ordered-events.c 	if (!oevent)
oevent            219 tools/perf/util/ordered-events.c 	oevent->file_offset = file_offset;