Searched refs:aio_hash_next (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Daio_impl.h86 struct aio_req_t *aio_hash_next; /* next in a hash bucket */ member in struct:aio_req_t
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c515 *nextp = current->aio_hash_next;
518 nextp = &current->aio_hash_next;
H A Daio.c1690 reqp = reqp->aio_hash_next) {
1898 for (ent = *bucket; ent != NULL; ent = ent->aio_hash_next) {
1917 for (ent = *bucket; ent != NULL; ent = ent->aio_hash_next) {
2287 for (ent = *bucket; ent != NULL; ent = ent->aio_hash_next) {
2322 for (ent = *bucket; ent != NULL; ent = ent->aio_hash_next) {
2762 nextp = &current->aio_hash_next;
2765 aio_reqp->aio_hash_next = NULL;

Completed in 52 milliseconds