AIO_HASHSZ
for (index = 0; index < AIO_HASHSZ; index++) {
aio_req_t *aio_hash[AIO_HASHSZ]; /* hash list of requests */
#define AIO_HASH(cookie) (((uintptr_t)(cookie) >> 3) & (AIO_HASHSZ-1))