Searched refs:listp (Results 1 – 1 of 1) sorted by relevance
110 struct waitlist **listp = &requestlist[cnt]->waiting; in ___gai_suspend_time64() local115 while (*listp != NULL && *listp != &waitlist[cnt]) in ___gai_suspend_time64()116 listp = &(*listp)->next; in ___gai_suspend_time64()118 if (*listp != NULL) in ___gai_suspend_time64()119 *listp = (*listp)->next; in ___gai_suspend_time64()
Completed in 4 milliseconds