Searched refs:R5_Wantcompute (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/md/ |
D | raid5.h | 295 R5_Wantcompute, /* compute_block in progress treat as enumerator
|
D | raid5.c | 1252 BUG_ON(!test_bit(R5_Wantcompute, &tgt->flags)); in mark_target_uptodate() 1253 clear_bit(R5_Wantcompute, &tgt->flags); in mark_target_uptodate() 1310 BUG_ON(!test_bit(R5_Wantcompute, &tgt->flags)); in ops_run_compute5() 1396 BUG_ON(!test_bit(R5_Wantcompute, &tgt->flags)); in ops_run_compute6_1() 1446 BUG_ON(!test_bit(R5_Wantcompute, &tgt->flags)); in ops_run_compute6_2() 1447 BUG_ON(!test_bit(R5_Wantcompute, &tgt2->flags)); in ops_run_compute6_2() 2897 test_bit(R5_Wantcompute, &sh->dev[pd_idx].flags))); in schedule_reconstruction() 2900 test_bit(R5_Wantcompute, &sh->dev[qd_idx].flags)))); in schedule_reconstruction() 2909 test_bit(R5_Wantcompute, &dev->flags))) { in schedule_reconstruction() 3361 BUG_ON(test_bit(R5_Wantcompute, &dev->flags)); in fetch_block() [all …]
|