Searched refs:num_missing (Results 1 – 1 of 1) sorted by relevance
3398 int num_missing; in rf_have_enough_components() local3430 num_missing = 0; in rf_have_enough_components()3468 num_missing++; in rf_have_enough_components()3481 if (((clabel->parityConfig == '0') && (num_missing > 0)) || in rf_have_enough_components()3482 ((clabel->parityConfig == '4') && (num_missing > 1)) || in rf_have_enough_components()3483 ((clabel->parityConfig == '5') && (num_missing > 1))) { in rf_have_enough_components()