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

  /src/sys/dev/raidframe/
rf_disks.c 370 int mod_counter; local in function:rf_AutoConfigureDisks
388 mod_counter = 0;
392 mod_counter = ac->clabel->mod_counter;
395 if (ac->clabel->mod_counter > mod_counter) {
396 mod_counter = ac->clabel->mod_counter;
420 (ac->clabel->mod_counter == mod_counter)) {
    [all...]
rf_raid.h 136 caused a mod_counter update */
140 int mod_counter; /* modification counter for component labels */ member in struct:RF_Raid_s
rf_netbsdkintf.c 1413 printf("raid%d: Mod counter: %d\n", raidid, clabel->mod_counter);
2439 label->mod_counter = raidPtr->mod_counter;
2441 label->parity_map_modcount = label->mod_counter;
2641 raidPtr->mod_counter++;
2709 raidPtr->mod_counter++;
3257 clabel->mod_counter);
3343 If everything else matches except the mod_counter, that's
3347 (clabel1->mod_counter == clabel2->mod_counter) &
3399 int mod_counter; local in function:rf_have_enough_components
    [all...]
raidframevar.h 427 int mod_counter; /* modification counter. Changed (usually member in struct:RF_ComponentLabel_s
450 int parity_map_modcount; /* If equal to mod_counter, then the last

Completed in 15 milliseconds