Searched refs:R5_Wantcompute (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | raid5.h | 316 R5_Wantcompute, /* compute_block in progress treat as enumerator
|
H A D | raid5.c | 1525 BUG_ON(!test_bit(R5_Wantcompute, &tgt->flags)); in mark_target_uptodate() 1526 clear_bit(R5_Wantcompute, &tgt->flags); in mark_target_uptodate() 1588 BUG_ON(!test_bit(R5_Wantcompute, &tgt->flags)); in ops_run_compute5() 1695 BUG_ON(!test_bit(R5_Wantcompute, &tgt->flags)); in ops_run_compute6_1() 1750 BUG_ON(!test_bit(R5_Wantcompute, &tgt->flags)); in ops_run_compute6_2() 1751 BUG_ON(!test_bit(R5_Wantcompute, &tgt2->flags)); in ops_run_compute6_2() 3424 test_bit(R5_Wantcompute, &sh->dev[pd_idx].flags))); in schedule_reconstruction() 3427 test_bit(R5_Wantcompute, &sh->dev[qd_idx].flags)))); in schedule_reconstruction() 3436 test_bit(R5_Wantcompute, &dev->flags))) { in schedule_reconstruction() 3919 BUG_ON(test_bit(R5_Wantcompute, &dev->flags)); in fetch_block() [all …]
|