/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/ |
H A D | event_loop_epoll.cpp | 105 struct epoll_event *revent = &revents_[index]; in Poll() local 106 if (revent->data.ptr == this) { in Poll() 110 auto event = static_cast<EventImpl *>(revent->data.ptr); in Poll() 111 EventsMask revents = CalEventsMask(revent->events); in Poll()
|
/kernel/linux/linux-5.10/tools/lib/perf/ |
H A D | evlist.c | 311 void *ptr, short revent, enum fdarray_flags flags) in perf_evlist__add_pollfd() 313 int pos = fdarray__add(&evlist->pollfd, fd, revent | POLLERR | POLLHUP, flags); in perf_evlist__add_pollfd() 425 int revent; in mmap_per_evsel() local 483 revent = !overwrite ? POLLIN : 0; in mmap_per_evsel() 486 perf_evlist__add_pollfd(evlist, fd, map, revent, fdarray_flag__default) < 0) { in mmap_per_evsel() 310 perf_evlist__add_pollfd(struct perf_evlist *evlist, int fd, void *ptr, short revent, enum fdarray_flags flags) perf_evlist__add_pollfd() argument
|
/kernel/linux/linux-6.6/tools/lib/perf/ |
H A D | evlist.c | 341 void *ptr, short revent, enum fdarray_flags flags) in perf_evlist__add_pollfd() 343 int pos = fdarray__add(&evlist->pollfd, fd, revent | POLLERR | POLLHUP, flags); in perf_evlist__add_pollfd() 455 int revent; in mmap_per_evsel() local 523 revent = !overwrite ? POLLIN : 0; in mmap_per_evsel() 526 if (perf_evlist__add_pollfd(evlist, fd, map, revent, flgs) < 0) { in mmap_per_evsel() 340 perf_evlist__add_pollfd(struct perf_evlist *evlist, int fd, void *ptr, short revent, enum fdarray_flags flags) perf_evlist__add_pollfd() argument
|
/third_party/nghttp2/src/ |
H A D | shrpx_accept_handler.cc | 43 void acceptcb(struct ev_loop *loop, ev_io *w, int revent) { in acceptcb() argument
|
H A D | shrpx_connection_handler.cc | 57 void acceptor_disable_cb(struct ev_loop *loop, ev_timer *w, int revent) { in acceptor_disable_cb() argument 71 void ocsp_cb(struct ev_loop *loop, ev_timer *w, int revent) { in ocsp_cb() argument 86 void ocsp_read_cb(struct ev_loop *loop, ev_io *w, int revent) { in ocsp_read_cb() argument 94 void ocsp_chld_cb(struct ev_loop *loop, ev_child *w, int revent) { in ocsp_chld_cb() argument 102 void thread_join_async_cb(struct ev_loop *loop, ev_async *w, int revent) { in thread_join_async_cb() argument 108 void serial_event_async_cb(struct ev_loop *loop, ev_async *w, int revent) { in serial_event_async_cb() argument
|
H A D | shrpx_quic_listener.cc | 33 void readcb(struct ev_loop *loop, ev_io *w, int revent) { in readcb() argument
|
H A D | shrpx_http3_upstream.cc | 81 void prepare_cb(struct ev_loop *loop, ev_prepare *w, int revent) { in prepare_cb() argument
|
/kernel/linux/linux-5.10/tools/lib/perf/include/internal/ |
H A D | evlist.h | 48 void *ptr, short revent, enum fdarray_flags flags);
|
/kernel/linux/linux-6.6/tools/lib/perf/include/internal/ |
H A D | evlist.h | 56 void *ptr, short revent, enum fdarray_flags flags);
|
/third_party/alsa-lib/include/ |
H A D | rawmidi.h | 106 int snd_rawmidi_poll_descriptors_revents(snd_rawmidi_t *rawmidi, struct pollfd *pfds, unsigned int nfds, unsigned short *revent);
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-mixer.c | 372 pa_log_error("Unable to get poll revent: %s", pa_alsa_strerror(err)); in io_cb() 552 pa_log_error("Unable to get poll revent: %s", pa_alsa_strerror(err)); in rtpoll_work_cb()
|