HomeSort by: relevance | last modified time | path
    Searched defs:failed_stripe (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/raidframe/
rf_aselect.c 122 RF_FailedStripe_t *tmpfailed_stripe, *failed_stripe = NULL; local in function:rf_SelectAlgorithm
169 failed_stripe = rf_AllocFailedStripeStruct(raidPtr);
171 failed_stripes_list = failed_stripe;
172 failed_stripes_list_end = failed_stripe;
174 failed_stripes_list_end->next = failed_stripe;
175 failed_stripes_list_end = failed_stripe;
193 if (failed_stripe->asmh_u == NULL) {
194 failed_stripe->asmh_u = asmhle; /* we're the head... */
207 if (failed_stripe->vfple == NULL) {
208 failed_stripe->vfple = vfple
    [all...]
rf_aselect.c 122 RF_FailedStripe_t *tmpfailed_stripe, *failed_stripe = NULL; local in function:rf_SelectAlgorithm
169 failed_stripe = rf_AllocFailedStripeStruct(raidPtr);
171 failed_stripes_list = failed_stripe;
172 failed_stripes_list_end = failed_stripe;
174 failed_stripes_list_end->next = failed_stripe;
175 failed_stripes_list_end = failed_stripe;
193 if (failed_stripe->asmh_u == NULL) {
194 failed_stripe->asmh_u = asmhle; /* we're the head... */
207 if (failed_stripe->vfple == NULL) {
208 failed_stripe->vfple = vfple
    [all...]

Completed in 174 milliseconds