Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dopdef.c73 .pollout = 1,
104 .pollout = 1,
134 .pollout = 1,
195 .pollout = 1,
244 .pollout = 1,
267 .pollout = 1,
407 .pollout = 1,
421 .pollout = 1,
H A Dopdef.h16 unsigned pollout : 1; member
H A Dpoll.c714 if (!def->pollin && !def->pollout) in io_arm_poll_handler()
H A Dio_uring.c1945 bool opcode_poll = def->pollin || def->pollout; in io_wq_submit_work()