Searched refs:R5_Wantcompute (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/md/ |
D | raid5.h | 280 R5_Wantcompute, /* compute_block in progress treat as enumerator
|
D | raid5.c | 806 BUG_ON(!test_bit(R5_Wantcompute, &tgt->flags)); in mark_target_uptodate() 807 clear_bit(R5_Wantcompute, &tgt->flags); in mark_target_uptodate() 850 BUG_ON(!test_bit(R5_Wantcompute, &tgt->flags)); in ops_run_compute5() 926 BUG_ON(!test_bit(R5_Wantcompute, &tgt->flags)); in ops_run_compute6_1() 975 BUG_ON(!test_bit(R5_Wantcompute, &tgt->flags)); in ops_run_compute6_2() 976 BUG_ON(!test_bit(R5_Wantcompute, &tgt2->flags)); in ops_run_compute6_2() 2243 test_bit(R5_Wantcompute, &sh->dev[pd_idx].flags))); in schedule_reconstruction() 2257 test_bit(R5_Wantcompute, &dev->flags))) { in schedule_reconstruction() 2568 BUG_ON(test_bit(R5_Wantcompute, &dev->flags)); in fetch_block() 2580 set_bit(R5_Wantcompute, &dev->flags); in fetch_block() [all …]
|