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

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c725 *reqpp = reqp->req_next;
727 last = reqp->req_next;
738 reqpp = &reqp->req_next;
786 reqp = reqp->req_next;
1599 reqp->req_next = NULL;
1634 _aio_done_head->req_next = reqp;
1663 if ((_aio_done_tail = reqp->req_next) == NULL)
1722 reqp->req_next = NULL;
1828 aiowp->work_head1->req_next = reqp;
1875 aiowp->work_tail1 = reqp->req_next;
[all...]
/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c1132 struct reqlogin *req_next; local
1138 req_next = req_head;
1140 while (req_next != NULL) {
1141 if ((pw = getpwnam(req_next->loginname)) != NULL) {
1146 req_next->found = TRUE;
1150 req_next = req_next->next;
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h124 * when req is on the doneq, then req_next is protected by
126 * req_next is protected by a worker's work_qlock1 lock.
128 aio_req_t *req_next; /* request/done queue link */ member in struct:aio_req

Completed in 51 milliseconds