Searched refs:start_active (Results 1 – 2 of 2) sorted by relevance
370 if (sector < conf->start_active) in io_request_done()386 else if (sector >= conf->start_active) { in sync_request_done()388 conf->start_active = conf->start_ready; in sync_request_done()617 bh->b_rsector < conf->start_active || in raid1_make_request()620 if (bh->b_rsector < conf->start_active) in raid1_make_request()867 conf->start_active = conf->start_pending; in close_sync()870 conf->start_active =conf->start_ready = conf->start_pending = conf->start_future; in close_sync()876 conf->start_active = conf->start_ready = conf->start_pending = conf->start_future = 0; in close_sync()1413 conf->start_active = 0; in raid1_sync_request()1426 sector_nr, conf->start_active, conf->start_ready, conf->start_pending, conf->start_future, in raid1_sync_request()[all …]
53 unsigned long start_active, start_ready, member