Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dringbuf.c416 struct epoll_event *rb_epoll; in user_ringbuf_map() local
468 rb_epoll = &rb->event; in user_ringbuf_map()
469 rb_epoll->events = EPOLLOUT; in user_ringbuf_map()
470 if (epoll_ctl(rb->epoll_fd, EPOLL_CTL_ADD, map_fd, rb_epoll) < 0) { in user_ringbuf_map()