Searched refs:aio_hash_next (Results 1 – 3 of 3) sorted by relevance
86 struct aio_req_t *aio_hash_next; /* next in a hash bucket */ member
1690 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 = ¤t->aio_hash_next; in aio_hash_insert()2765 aio_reqp->aio_hash_next = NULL; in aio_hash_insert()
515 *nextp = current->aio_hash_next; in aio_hash_delete()518 nextp = ¤t->aio_hash_next; in aio_hash_delete()