Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Dopdef.c78 .pollout = 1,
112 .pollout = 1,
143 .pollout = 1,
206 .pollout = 1,
257 .pollout = 1,
281 .pollout = 1,
424 .pollout = 1,
438 .pollout = 1,
Dopdef.h16 unsigned pollout : 1; member
Dpoll.c729 if (!def->pollin && !def->pollout) in io_arm_poll_handler()
Dio_uring.c1839 bool opcode_poll = def->pollin || def->pollout; in io_wq_submit_work()