Searched refs:pollout (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/io_uring/ |
H A D | opdef.c | 73 .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 D | opdef.h | 16 unsigned pollout : 1; member
|
H A D | poll.c | 714 if (!def->pollin && !def->pollout) in io_arm_poll_handler()
|
H A D | io_uring.c | 1927 bool opcode_poll = def->pollin || def->pollout; in io_wq_submit_work()
|
/kernel/linux/linux-5.10/io_uring/ |
H A D | io_uring.c | 920 unsigned pollout : 1; member 946 .pollout = 1, 965 .pollout = 1, 980 .pollout = 1, 1010 .pollout = 1, 1033 .pollout = 1, 1044 .pollout = 1, 5814 if (!def->pollin && !def->pollout) in io_arm_poll_handler()
|
Completed in 21 milliseconds