Home | History | Annotate | Download | only in raidframe

Lines Matching defs:cb

129 	RF_CallbackValueDesc_t *cb, *p;
236 cb = rf_AllocCallbackValueDesc(raidPtr); /* append to buf wait list in
238 cb->col = rbuf->col;
239 cb->v = rbuf->parityStripeID;
240 cb->next = NULL;
242 reconCtrlPtr->bufferWaitList = cb;
246 p->next = cb;
402 RF_CallbackValueDesc_t *cb;
412 cb = rcPtr->bufferWaitList;
413 rcPtr->bufferWaitList = cb->next;
414 rf_CauseReconEvent(raidPtr, cb->col, (void *) 1, RF_REVENT_BUFCLEAR); /* arg==1 => we've
416 rf_FreeCallbackValueDesc(raidPtr, cb);