Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dopdef.c80 .pollout = 1,
114 .pollout = 1,
145 .pollout = 1,
208 .pollout = 1,
259 .pollout = 1,
283 .pollout = 1,
426 .pollout = 1,
440 .pollout = 1,
561 .pollout = 1,
H A Dopdef.h22 unsigned pollout : 1; member
H A Dpoll.c680 if (!def->pollin && !def->pollout) in io_arm_poll_handler()
H A Dio_uring.c1861 bool opcode_poll = def->pollin || def->pollout; in io_wq_submit_work()