Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h70 typedef struct aio_hash aio_hash_t;
248 struct aio_hash { /* resultp hash table */ struct
/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h132 aio_req_t *aio_hash[AIO_HASHSZ]; /* hash list of requests */ member
/illumos-gate/usr/src/uts/common/os/
H A Daio.c1684 bucket = &aiop->aio_hash[index]; in aio_list_get()
1889 bucket = &aiop->aio_hash[index]; in aio_cancel()
1908 bucket = &aiop->aio_hash[index]; in aio_cancel()
2278 bucket = &aiop->aio_hash[index]; in aio_req_done()
2313 bucket = &aiop->aio_hash[index]; in aio_req_find()
2745 nextp = &aiop->aio_hash[index]; in aio_hash_insert()
H A Daio_subr.c499 nextp = (aiop->aio_hash + index); in aio_hash_delete()