Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dopdef.c80 .pollout = 1,
114 .pollout = 1,
145 .pollout = 1,
208 .pollout = 1,
262 .pollout = 1,
286 .pollout = 1,
434 .pollout = 1,
448 .pollout = 1,
569 .pollout = 1,
H A Dopdef.h24 unsigned pollout : 1; member
H A Dpoll.c706 if (!def->pollin && !def->pollout) in io_arm_poll_handler()
H A Dio_uring.c1510 bool opcode_poll = def->pollin || def->pollout; in io_wq_submit_work()