Home
last modified time | relevance | path

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
/illumos-gate/usr/src/uts/common/os/
H A Daio.c1686 reqp = reqp->aio_hash_next) { in aio_list_get()
1890 for (ent = *bucket; ent != NULL; ent = ent->aio_hash_next) { in aio_cancel()
1909 for (ent = *bucket; ent != NULL; ent = ent->aio_hash_next) { in aio_cancel()
2279 for (ent = *bucket; ent != NULL; ent = ent->aio_hash_next) { in aio_req_done()
2314 for (ent = *bucket; ent != NULL; ent = ent->aio_hash_next) { in aio_req_find()
2749 nextp = &current->aio_hash_next; in aio_hash_insert()
2752 aio_reqp->aio_hash_next = NULL; in aio_hash_insert()
H A Daio_subr.c502 *nextp = current->aio_hash_next; in aio_hash_delete()
505 nextp = &current->aio_hash_next; in aio_hash_delete()