* Test doing min_wait for N events, where N/2 events are already available * on wait enter. This should abort waiting after min_wait, not do the full * wait. */
| 193 | * wait. |
| 194 | */ |
| 195 | static int test_some(struct io_uring *ring) |
| 196 | { |
| 197 | return __test_nop(ring, 2, 45, 55, 100000, __FUNCTION__); |
| 198 | } |
| 199 | |
| 200 | /* |
| 201 | * Test doing min_wait for N events, where N events are already available |