Searched refs:headSepCBList (Results 1 – 3 of 3) sorted by relevance
1619 while (reconCtrlPtr->headSepCBList) { in CheckForNewMinHeadSep()1620 if (reconCtrlPtr->headSepCBList->v > new_min) in CheckForNewMinHeadSep()1622 p = reconCtrlPtr->headSepCBList; in CheckForNewMinHeadSep()1623 reconCtrlPtr->headSepCBList = p->next; in CheckForNewMinHeadSep()1686 p = reconCtrlPtr->headSepCBList; in CheckHeadSeparation()1688 reconCtrlPtr->headSepCBList = cb; in CheckHeadSeparation()1691 cb->next = reconCtrlPtr->headSepCBList; in CheckHeadSeparation()1692 reconCtrlPtr->headSepCBList = cb; in CheckHeadSeparation()1958 while (raidPtr->reconControl->headSepCBList) { in rf_WakeupHeadSepCBWaiters()1959 p = raidPtr->reconControl->headSepCBList; in rf_WakeupHeadSepCBWaiters()[all …]
169 RF_CallbackValueDesc_t *headSepCBList; /* list of callbacks to be member
141 rctrl->headSepCBList) { in rf_GetNextReconEvent()