Home
last modified time | relevance | path

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

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