Home
last modified time | relevance | path

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

/rt/
A Daio_misc.c190 runp = runp->next_fd; in __aio_find_req()
195 runp = NULL; in __aio_find_req()
197 while (runp != NULL && runp->aiocbp != elem) in __aio_find_req()
198 runp = runp->next_prio; in __aio_find_req()
201 return runp; in __aio_find_req()
211 runp = runp->next_fd; in __aio_find_req_fd()
271 runp = runp->next_run; in __aio_remove_request()
348 runp = runp->next_fd; in __aio_enqueue_request()
385 last = runp; in __aio_enqueue_request()
386 runp = runp->next_prio; in __aio_enqueue_request()
[all …]

Completed in 5 milliseconds