Searched refs:io_getevents (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | mmap_libaio.c | 49 if (io_getevents(io_ctx, 0, 1, &event, &ts) != 1) in do_sync_io()
|
/freebsd/crypto/openssl/engines/ |
H A D | e_afalg.c | 133 static ossl_inline int io_getevents(aio_context_t ctx, long min, long max, in io_getevents() function 336 r = io_getevents(aio->aio_ctx, 1, MAX_INFLIGHTS, in afalg_fin_cipher_aio()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 1405 PRE_SYSCALL(io_getevents) 1412 POST_SYSCALL(io_getevents) 1422 // We synchronize io_submit -> io_getevents/io_cancel using the 1428 // We can not reliably extract fildes in io_getevents. 1452 // See comment in io_getevents. 1467 // See comment in io_getevents.
|