Searched refs:listp (Results 1 – 1 of 1) sorted by relevance
72 struct waitlist **listp; in cleanup() local79 while (*listp != NULL && *listp != ¶m->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() local220 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