Searched refs:rb_epoll (Results 1 – 1 of 1) sorted by relevance
453 struct epoll_event *rb_epoll; in user_ringbuf_map() local506 rb_epoll = &rb->event; in user_ringbuf_map()507 rb_epoll->events = EPOLLOUT; in user_ringbuf_map()508 if (epoll_ctl(rb->epoll_fd, EPOLL_CTL_ADD, map_fd, rb_epoll) < 0) { in user_ringbuf_map()