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