Searched refs:poll_events (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/include/uapi/linux/
H A Dio_uring.h55 __u16 poll_events; /* compatibility */ member in union:io_uring_sqe::__anon2590
294 * POLL_ADD flags. Note that since sqe->poll_events is the flag space, the
/linux-master/include/uapi/linux/
H A Dio_uring.h55 __u16 poll_events; /* compatibility */ member in union:io_uring_sqe::__anon2788
297 * POLL_ADD flags. Note that since sqe->poll_events is the flag space, the
/linux-master/tools/perf/
H A Dbuiltin-timechart.c1707 const char * const poll_events[] = { local
1722 unsigned int poll_events_nr = ARRAY_SIZE(poll_events);
1766 if (!is_valid_tracepoint(poll_events[i])) {
1772 *p++ = strdup(poll_events[i]);
/linux-master/io_uring/
H A Dio_uring.c4125 BUILD_BUG_SQE_ELEM(28, /* compat */ __u16, poll_events);

Completed in 945 milliseconds