Searched refs:aio_hash (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h132 aio_req_t *aio_hash[AIO_HASHSZ]; /* hash list of requests */ member in struct:aio
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h72 typedef struct aio_hash aio_hash_t;
250 struct aio_hash { /* resultp hash table */ struct
/illumos-gate/usr/src/uts/common/os/
H A Daio.c1688 bucket = &aiop->aio_hash[index];
1897 bucket = &aiop->aio_hash[index];
1916 bucket = &aiop->aio_hash[index];
2286 bucket = &aiop->aio_hash[index];
2321 bucket = &aiop->aio_hash[index];
2758 nextp = &aiop->aio_hash[index];
H A Daio_subr.c512 nextp = (aiop->aio_hash + index);

Completed in 54 milliseconds