Searched refs:aio_ctx (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssl/engines/
H A De_afalg.h72 aio_context_t aio_ctx; member in struct:afalg_aio_st
H A De_afalg.c201 aio->aio_ctx = 0;
202 r = io_setup(MAX_INFLIGHTS, &aio->aio_ctx);
256 r = io_read(aio->aio_ctx, 1, &cb);
280 r = io_getevents(aio->aio_ctx, 1, MAX_INFLIGHTS,
293 r = io_read(aio->aio_ctx, 1, &cb);
643 io_destroy(actx->aio.aio_ctx);

Completed in 108 milliseconds