Home
last modified time | relevance | path

Searched refs:requests (Results 1 – 2 of 2) sorted by relevance

/rt/
A Dlio_listio-common.c78 struct requestlist *requests[nent]; in lio_listio_internal() local
100 requests[cnt] = __aio_enqueue_request ((aiocb_union *) list[cnt], in lio_listio_internal()
104 if (requests[cnt] != NULL) in lio_listio_internal()
113 requests[cnt] = NULL; in lio_listio_internal()
141 assert (requests[cnt] == NULL || list[cnt] != NULL); in lio_listio_internal()
149 waitlist[cnt].next = requests[cnt]->waiting; in lio_listio_internal()
152 requests[cnt]->waiting = &waitlist[cnt]; in lio_listio_internal()
203 assert (requests[cnt] == NULL || list[cnt] != NULL); in lio_listio_internal()
205 if (requests[cnt] != NULL in lio_listio_internal()
212 waitlist->list[cnt].next = requests[cnt]->waiting; in lio_listio_internal()
[all …]
A Daio_misc.c88 static struct requestlist *requests; variable
186 struct requestlist *runp = requests; in __aio_find_req()
208 struct requestlist *runp = requests; in __aio_find_req_fd()
234 requests = req->next_fd; in __aio_remove_request()
243 requests = req->next_prio; in __aio_remove_request()
341 runp = requests; in __aio_enqueue_request()
401 newp->next_fd = requests; in __aio_enqueue_request()
402 if (requests != NULL) in __aio_enqueue_request()
403 requests->last_fd = newp; in __aio_enqueue_request()
404 requests = newp; in __aio_enqueue_request()

Completed in 6 milliseconds