Home
last modified time | relevance | path

Searched refs:oevent (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/tools/perf/util/
Dordered-events.c197 struct ordered_event *oevent; in ordered_events__queue() local
210 oevent = ordered_events__new_event(oe, timestamp, event); in ordered_events__queue()
211 if (!oevent) { in ordered_events__queue()
213 oevent = ordered_events__new_event(oe, timestamp, event); in ordered_events__queue()
216 if (!oevent) in ordered_events__queue()
219 oevent->file_offset = file_offset; in ordered_events__queue()
/Linux-v5.15/fs/notify/inotify/
Dinotify_user.c637 struct inotify_event_info *oevent; in inotify_new_group() local
643 oevent = kmalloc(sizeof(struct inotify_event_info), GFP_KERNEL_ACCOUNT); in inotify_new_group()
644 if (unlikely(!oevent)) { in inotify_new_group()
648 group->overflow_event = &oevent->fse; in inotify_new_group()
650 oevent->mask = FS_Q_OVERFLOW; in inotify_new_group()
651 oevent->wd = -1; in inotify_new_group()
652 oevent->sync_cookie = 0; in inotify_new_group()
653 oevent->name_len = 0; in inotify_new_group()
/Linux-v5.15/arch/arm/kernel/
Dsys_oabi-compat.c310 struct oabi_epoll_event __user *oevent = (void __user *)uevent; in epoll_put_uevent() local
312 if (__put_user(revents, &oevent->events) || in epoll_put_uevent()
313 __put_user(data, &oevent->data)) in epoll_put_uevent()
316 return (void __user *)(oevent+1); in epoll_put_uevent()
/Linux-v5.15/fs/notify/fanotify/
Dfanotify_user.c1117 struct fanotify_event *oevent; in fanotify_alloc_overflow_event() local
1119 oevent = kmalloc(sizeof(*oevent), GFP_KERNEL_ACCOUNT); in fanotify_alloc_overflow_event()
1120 if (!oevent) in fanotify_alloc_overflow_event()
1123 fanotify_init_event(oevent, 0, FS_Q_OVERFLOW); in fanotify_alloc_overflow_event()
1124 oevent->type = FANOTIFY_EVENT_TYPE_OVERFLOW; in fanotify_alloc_overflow_event()
1126 return &oevent->fse; in fanotify_alloc_overflow_event()