Searched refs:oevent (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | ordered-events.c | 197 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() 220 oevent->file_path = file_path; in ordered_events__queue()
|
| /linux/fs/notify/inotify/ |
| H A D | inotify_user.c | 644 struct inotify_event_info *oevent; in inotify_new_group() local 651 oevent = kmalloc_obj(struct inotify_event_info, GFP_KERNEL_ACCOUNT); in inotify_new_group() 652 if (unlikely(!oevent)) { in inotify_new_group() 656 group->overflow_event = &oevent->fse; in inotify_new_group() 658 oevent->mask = FS_Q_OVERFLOW; in inotify_new_group() 659 oevent->wd = -1; in inotify_new_group() 660 oevent->sync_cookie = 0; in inotify_new_group() 661 oevent->name_len = 0; in inotify_new_group()
|
| /linux/arch/arm/kernel/ |
| H A D | sys_oabi-compat.c | 311 struct oabi_epoll_event __user *oevent = (void __user *)uevent; in epoll_put_uevent() local 313 if (__put_user(revents, &oevent->events) || in epoll_put_uevent() 314 __put_user(data, &oevent->data)) in epoll_put_uevent() 317 return (void __user *)(oevent+1); in epoll_put_uevent()
|
| /linux/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 1556 struct fanotify_event *oevent; in fanotify_alloc_overflow_event() local 1558 oevent = kmalloc_obj(*oevent, GFP_KERNEL_ACCOUNT); in fanotify_alloc_overflow_event() 1559 if (!oevent) in fanotify_alloc_overflow_event() 1562 fanotify_init_event(oevent, 0, FS_Q_OVERFLOW); in fanotify_alloc_overflow_event() 1563 oevent->type = FANOTIFY_EVENT_TYPE_OVERFLOW; in fanotify_alloc_overflow_event() 1565 return &oevent->fse; in fanotify_alloc_overflow_event()
|