Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dio_uring.h52 __u32 poll32_events; /* word-reversed for BE */ member
/openbmc/linux/io_uring/
H A Dpoll.c894 events = READ_ONCE(sqe->poll32_events); in io_poll_parse_events()
930 else if (sqe->poll32_events) in io_poll_remove_prep()
H A Dio_uring.c4645 BUILD_BUG_SQE_ELEM(28, __u32, poll32_events); in io_uring_init()
/openbmc/linux/include/trace/events/
H A Dio_uring.h533 __entry->op_flags = sqe->poll32_events;