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

/freebsd-13-stable/crypto/openssl/engines/
H A De_afalg.h48 # define MAX_INFLIGHTS 1 macro
73 struct io_event events[MAX_INFLIGHTS];
74 struct iocb cbt[MAX_INFLIGHTS];
H A De_afalg.c202 r = io_setup(MAX_INFLIGHTS, &aio->aio_ctx);
224 struct io_event events[MAX_INFLIGHTS];
237 cb = &(aio->cbt[0 % MAX_INFLIGHTS]);
280 r = io_getevents(aio->aio_ctx, 1, MAX_INFLIGHTS,

Completed in 105 milliseconds