Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Dopdef.c78 .pollout = 1,
116 .pollout = 1,
151 .pollout = 1,
229 .pollout = 1,
290 .pollout = 1,
316 .pollout = 1,
493 .pollout = 1,
512 .pollout = 1,
Dopdef.h16 unsigned pollout : 1; member
Dpoll.c678 if (!def->pollin && !def->pollout) in io_arm_poll_handler()
Dio_uring.c1811 bool opcode_poll = def->pollin || def->pollout; in io_wq_submit_work()