Home
last modified time | relevance | path

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

/rt/
A Daio_suspend.c72 struct waitlist **listp; in cleanup() local
79 while (*listp != NULL && *listp != &param->waitlist[cnt]) in cleanup()
80 listp = &(*listp)->next; in cleanup()
82 if (*listp != NULL) in cleanup()
83 *listp = (*listp)->next; in cleanup()
214 struct waitlist **listp; in ___aio_suspend_time64() local
220 listp = &requestlist[cnt]->waiting; in ___aio_suspend_time64()
221 while (*listp != NULL && *listp != &waitlist[cnt]) in ___aio_suspend_time64()
222 listp = &(*listp)->next; in ___aio_suspend_time64()
224 if (*listp != NULL) in ___aio_suspend_time64()
[all …]

Completed in 4 milliseconds