Lines Matching refs:aio_req_t

51 void aphysio_unlock(aio_req_t *);
59 static void aio_hash_delete(aio_t *, aio_req_t *);
61 static int aio_cleanup_cleanupq(aio_t *, aio_req_t *, int);
62 static int aio_cleanup_notifyq(aio_t *, aio_req_t *, int);
63 static void aio_cleanup_pollq(aio_t *, aio_req_t *, int);
64 static void aio_cleanup_portq(aio_t *, aio_req_t *, int);
81 aio_req_t *reqp = (aio_req_t *)aio->aio_private;
135 /* b_forw points at an aio_req_t structure */
196 aio_req_t *reqp;
214 reqp = (aio_req_t *)bp->b_forw;
453 aio_zerolen(aio_req_t *reqp)
473 aphysio_unlock(aio_req_t *reqp)
504 aio_hash_delete(aio_t *aiop, struct aio_req_t *reqp)
508 aio_req_t *current;
509 aio_req_t **nextp;
540 aio_req_free(aio_t *aiop, aio_req_t *reqp)
573 aio_req_free_port(aio_t *aiop, aio_req_t *reqp)
590 aio_verify_queue(aio_req_t *head,
591 aio_req_t *entry_present, aio_req_t *entry_missing)
593 aio_req_t *reqp;
618 aio_enq(aio_req_t **qhead, aio_req_t *reqp, int qflg_new)
620 aio_req_t *head;
621 aio_req_t *prev;
642 aio_deq(aio_req_t **qhead, aio_req_t *reqp)
665 aio_cleanupq_concat(aio_t *aiop, aio_req_t *q2, int qflg)
667 aio_req_t *cleanupqhead, *q2tail;
668 aio_req_t *reqp = q2;
695 aio_req_t *pollqhead, *cleanupqhead, *notifyqhead;
696 aio_req_t *cleanupport;
697 aio_req_t *portq = NULL;
803 aio_cleanup_portq(aio_t *aiop, aio_req_t *cleanupq, int exitflag)
805 aio_req_t *reqp;
806 aio_req_t *next;
807 aio_req_t *headp;
842 aio_req_t *newq;
846 aio_req_t *headprev = headp->aio_req_prev;
847 aio_req_t *newqprev = newq->aio_req_prev;
899 aio_cleanup_cleanupq(aio_t *aiop, aio_req_t *qhead, int exitflg)
901 aio_req_t *reqp, *next;
940 aio_cleanup_notifyq(aio_t *aiop, aio_req_t *qhead, int exitflg)
942 aio_req_t *reqp, *next;
991 aio_cleanup_pollq(aio_t *aiop, aio_req_t *qhead, int exitflg)
993 aio_req_t *reqp, *next;
1027 aio_req_t *reqp, *next, *head;
1060 kmem_free(reqp, sizeof (struct aio_req_t));
1068 kmem_free(reqp, sizeof (struct aio_req_t));
1094 aio_copyout_result(aio_req_t *reqp)
1173 aio_req_remove_portq(aio_t *aiop, aio_req_t *reqp)
1195 aio_req_t *reqp;
1196 aio_req_t *next;
1197 aio_req_t *headp;